Home
last modified time | relevance | path

Searched defs:InsertionPoint (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp469 auto InsertionPoint = in sortRelocs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIModeRegister.cpp224 MachineInstr *InsertionPoint = nullptr; in processBlockPhase1() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp464 Instruction *InsertionPoint = findInsertionPoint(*User, OpNo); in computeInsertionPoint() local
H A DAArch64LoadStoreOptimizer.cpp762 MachineBasicBlock::iterator InsertionPoint = MergeForward ? MergeMI : I; in mergeNarrowZeroStores() local
935 MachineBasicBlock::iterator InsertionPoint = MergeForward ? Paired : I; in mergePairedInsns() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp812 Instruction *InsertionPoint = in pushOutAdd() local
837 Instruction *InsertionPoint = &cast<Instruction>( in pushOutMul() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp219 int InsertionPoint = 0; in insertTargetAndModeArgs() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DSortJavaScriptImports.cpp152 SourceRange InsertionPoint = References[0].Range; in analyze() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp140 MachineBasicBlock::iterator InsertionPoint; member in __anon91bad1d10111::SSAIfConv
H A DInterleavedLoadCombinePass.cpp1121 LoadInst *InsertionPoint = InterleavedLoad.front().EI[0].LI; in combine() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp3060 Instruction *InsertionPoint = &*BB->getFirstInsertionPt(); in threadGuard() local
H A DSROA.cpp3312 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2705 bool isSafeToExpandAt(const SCEV *S, const Instruction *InsertionPoint, in isSafeToExpandAt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp6440 auto InsertionPoint = TailMBB->begin(); in emitSelectPseudo() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp36793 auto AddOp = [&Ops](SDValue Input, int InsertionPoint) -> int { in combineX86ShufflesRecursively()