Defined in 9 files as a member:
Referenced in 186 files:
- external/apache2/llvm/dist/clang/lib/CodeGen/CGBuiltin.cpp, 21 times
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/InstructionSimplify.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/OverflowInstAnalysis.h, 2 times
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/ScalarEvolution.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h, 6 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/DFAPacketizer.h, line 194
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/FastISel.h, 4 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h, 24 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/Utils.h, 3 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ISDOpcodes.h, 2 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAG.h, 18 times
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h, line 82
- external/apache2/llvm/dist/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h, 5 times
- external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h, 2 times
- external/apache2/llvm/dist/llvm/include/llvm/Demangle/ItaniumDemangle.h, 3 times
- external/apache2/llvm/dist/llvm/include/llvm/IR/PatternMatch.h, 42 times
- external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h, 3 times
- external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h, line 150
- external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/CFLGraph.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ConstantFolding.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Analysis/IVDescriptors.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Analysis/InstructionSimplify.cpp, 396 times
- external/apache2/llvm/dist/llvm/lib/Analysis/LoopInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Analysis/OverflowInstAnalysis.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ScalarEvolution.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Analysis/ValueTracking.cpp, 27 times
- external/apache2/llvm/dist/llvm/lib/AsmParser/LLParser.cpp, 23 times
- external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/BitcodeReader.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/CodeGenPrepare.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/DFAPacketizer.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/ExpandVectorPredication.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/MachineIRBuilder.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/Utils.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp, 61 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp, 21 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp, 47 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp, 51 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGAddressAnalysis.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp, 93 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp, 101 times
- external/apache2/llvm/dist/llvm/lib/CodeGen/TargetInstrInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/DWARFLinker/DWARFLinker.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/Execution.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/IR/AutoUpgrade.cpp, 25 times
- external/apache2/llvm/dist/llvm/lib/IR/Instructions.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/IR/ProfileSummary.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/IR/Verifier.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64FastISel.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp, 57 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AArch64SelectionDAGInfo.h, line 28
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp, 25 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/SVEIntrinsicOpts.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h, line 190
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIISelLowering.cpp, 34 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIISelLowering.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIInstrInfo.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIPeepholeSDWA.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIPreEmitPeephole.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMFastISel.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMISelLowering.cpp, 99 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/ARMSelectionDAGInfo.h, line 56
- external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/AVR/AVRExpandPseudoInsts.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/AsmParser/BPFAsmParser.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFAdjustOpt.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFISelDAGToDAG.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/BPFMISimplifyPatchable.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/BPF/MCTargetDesc/BPFMCCodeEmitter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonBitSimplify.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonCopyToCombine.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelDAGToDAG.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLowering.cpp, 22 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLowering.h, line 428
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonSplitDouble.cpp, 48 times
- external/apache2/llvm/dist/llvm/lib/Target/Hexagon/HexagonVLIWPacketizer.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/LanaiMemAluCombiner.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kISelLowering.cpp, 40 times
- external/apache2/llvm/dist/llvm/lib/Target/M68k/M68kISelLowering.h, line 260
- external/apache2/llvm/dist/llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsFastISel.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSEFrameLowering.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsSEISelLowering.cpp, 23 times
- external/apache2/llvm/dist/llvm/lib/Target/Mips/MipsTargetStreamer.h, line 126
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp, 25 times
- external/apache2/llvm/dist/llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCExpandISEL.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCFastISel.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp, 39 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCISelLowering.cpp, 18 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCMIPeephole.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCMacroFusion.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/RISCV/RISCVISelLowering.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelDAGToDAG.cpp, 15 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp, 106 times
- external/apache2/llvm/dist/llvm/lib/Target/SystemZ/SystemZTDC.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/VE/AsmParser/VEAsmParser.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyMemIntrinsicResults.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblyPeephole.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/WebAssemblySelectionDAGInfo.h, 3 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp, 40 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86AvoidStoreForwardingBlocks.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FastISel.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86FloatingPoint.cpp, 19 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelDAGToDAG.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelLowering.cpp, 276 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86ISelLowering.h, line 1649
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp, 27 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstrBuilder.h, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InstrInfo.cpp, 17 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86InterleavedAccess.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86MCInstLower.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86OptimizeLEAs.cpp, 6 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86PartialReduction.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Target/X86/X86RegisterBankInfo.cpp, 4 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/Disassembler/XCoreDisassembler.cpp, 71 times
- external/apache2/llvm/dist/llvm/lib/Target/XCore/XCoreSelectionDAGInfo.h, line 23
- external/apache2/llvm/dist/llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp, 101 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp, 110 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp, 155 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineInternal.h, line 124
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp, 145 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp, 9 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp, 47 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp, 51 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ConstraintElimination.cpp, 24 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/GVN.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/JumpThreading.cpp, 7 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopInterchange.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/NaryReassociate.cpp, 3 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/NewGVN.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/Reassociate.cpp, 12 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/Scalarizer.cpp, 14 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/BuildLibCalls.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp, 11 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/PredicateInfo.cpp, 10 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SCCPSolver.cpp, 2 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyCFG.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp, 5 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp, 13 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp, 8 times
- external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/VPlan.cpp, 2 times
- sys/arch/arm/samsung/smc.h, 2 times
- sys/external/bsd/acpica/dist/compiler/aslcompiler.h, 2 times
- sys/external/bsd/acpica/dist/compiler/asltree.c, 27 times