Home
last modified time | relevance | path

Searched defs:InsertPoint (Results 1 – 25 of 46) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAttributes.cpp87 void *InsertPoint; in get() local
110 void *InsertPoint; in get() local
131 void *InsertPoint; in get() local
751 void *InsertPoint; in get() local
953 void *InsertPoint; in getImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp527 checkHoistValue(Value *V, Instruction *InsertPoint, DominatorTree &DT, in checkHoistValue()
881 Instruction *InsertPoint = getBranchInsertPoint(RI); in checkScopeHoistable() local
1044 static bool shouldSplit(Instruction *InsertPoint, in shouldSplit()
1151 Instruction *InsertPoint = getBranchInsertPoint(RI); in splitScope() local
1381 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp557 checkHoistValue(Value *V, Instruction *InsertPoint, DominatorTree &DT, in checkHoistValue()
901 Instruction *InsertPoint = getBranchInsertPoint(RI); in checkScopeHoistable() local
1065 static bool shouldSplit(Instruction *InsertPoint, in shouldSplit()
1173 Instruction *InsertPoint = getBranchInsertPoint(RI); in splitScope() local
1403 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions() local
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DIRBuilder.h156 InsertPoint() : Block(nullptr) {} in InsertPoint() function
159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
/aosp_15_r20/external/llvm/lib/IR/
H A DAttributes.cpp71 void *InsertPoint; in get() local
94 void *InsertPoint; in get() local
558 void *InsertPoint; in get() local
696 void *InsertPoint; in getImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp312 bool llvm::isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, in isSafeToMoveBefore()
399 bool llvm::isSafeToMoveBefore(BasicBlock &BB, Instruction &InsertPoint, in isSafeToMoveBefore()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp800 MachineBasicBlock::iterator InsertPoint, in insertSwap()
905 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp794 MachineBasicBlock::iterator InsertPoint, in insertSwap()
893 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCVSXSwapRemoval.cpp826 MachineBasicBlock::iterator InsertPoint, in insertSwap()
931 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp41 MachineBasicBlock::iterator InsertPoint; in findPHICopyInsertPoint() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp42 MachineBasicBlock::iterator InsertPoint; in findPHICopyInsertPoint() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAttributes.cpp105 void *InsertPoint; in get() local
128 void *InsertPoint; in get() local
153 void *InsertPoint; in get() local
908 void *InsertPoint; in getSorted() local
1112 void *InsertPoint; in getImpl() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp45 MachineBasicBlock::iterator InsertPoint = MBB->begin(); in findPHICopyInsertPoint() local
H A DSjLjEHPrepare.cpp476 Instruction *InsertPoint = Return; in setupEntryBlockAndCallSites() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DCodeMoverUtils.cpp92 bool llvm::isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, in isSafeToMoveBefore()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DIRBuilder.h252 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DIRBuilder.h260 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DIRBuilder.h260 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DIRBuilder.h266 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DIRBuilder.h260 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() argument
/aosp_15_r20/external/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h242 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h76 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegBankSelect.h255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h85 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint()
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp245 CharUnitPair InsertPoint = {CurAlignment, CharUnits::Zero()}; in calculateOptimalPad() local

12