| /external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| D | GIMatchDagOperands.cpp | 63 void *InsertPoint; in makeEmptyOperandList() local 83 void *InsertPoint; in makeOperandList() local 104 void *InsertPoint; in makeMIPredicateOperandList() local 127 void *InsertPoint; in makeTwoMOPredicateOperandList() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | PHIEliminationUtils.cpp | 41 MachineBasicBlock::iterator InsertPoint; in findPHICopyInsertPoint() local
|
| /external/llvm/lib/CodeGen/ |
| D | PHIEliminationUtils.cpp | 42 MachineBasicBlock::iterator InsertPoint; in findPHICopyInsertPoint() local
|
| /external/llvm-project/llvm/lib/CodeGen/ |
| D | PHIEliminationUtils.cpp | 45 MachineBasicBlock::iterator InsertPoint = MBB->begin(); in findPHICopyInsertPoint() local
|
| /external/llvm-project/llvm/lib/Transforms/Utils/ |
| D | CodeMoverUtils.cpp | 310 bool llvm::isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, in isSafeToMoveBefore() 392 bool llvm::isSafeToMoveBefore(BasicBlock &BB, Instruction &InsertPoint, in isSafeToMoveBefore()
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CodeGenABITypes.cpp | 121 llvm::BasicBlock::iterator InsertPoint, const CXXDestructorDecl *D, in getCXXDestructorImplicitParam()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | CodeMoverUtils.cpp | 92 bool llvm::isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, in isSafeToMoveBefore()
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCVSXSwapRemoval.cpp | 794 MachineBasicBlock::iterator InsertPoint, in insertSwap() 893 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCVSXSwapRemoval.cpp | 800 MachineBasicBlock::iterator InsertPoint, in insertSwap() 905 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
|
| /external/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCVSXSwapRemoval.cpp | 823 MachineBasicBlock::iterator InsertPoint, in insertSwap() 928 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
|
| /external/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 156 InsertPoint() : Block(nullptr) {} in InsertPoint() function 159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
|
| /external/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | RegBankSelect.h | 242 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorizationPlanner.h | 76 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | Attributes.cpp | 87 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
|
| /external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 550 checkHoistValue(Value *V, Instruction *InsertPoint, DominatorTree &DT, in checkHoistValue() 895 Instruction *InsertPoint = getBranchInsertPoint(RI); in checkScopeHoistable() local 1059 static bool shouldSplit(Instruction *InsertPoint, in shouldSplit() 1166 Instruction *InsertPoint = getBranchInsertPoint(RI); in splitScope() local 1396 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | ControlHeightReduction.cpp | 557 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
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | RegBankSelect.h | 255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
|
| /external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | RegBankSelect.h | 255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
|
| /external/llvm/lib/IR/ |
| D | Attributes.cpp | 71 void *InsertPoint; in get() local 94 void *InsertPoint; in get() local 558 void *InsertPoint; in get() local 696 void *InsertPoint; in getImpl() local
|
| /external/llvm-project/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorizationPlanner.h | 80 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint()
|
| /external/llvm-project/llvm/lib/IR/ |
| D | Attributes.cpp | 88 void *InsertPoint; in get() local 111 void *InsertPoint; in get() local 135 void *InsertPoint; in get() local 832 void *InsertPoint; in getSorted() local 1076 void *InsertPoint; in getImpl() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | PaddingChecker.cpp | 245 CharUnitPair InsertPoint = {CurAlignment, CharUnits::Zero()}; in calculateOptimalPad() local
|
| /external/llvm-project/mlir/include/mlir/IR/ |
| D | Builders.h | 266 InsertPoint(Block *insertBlock, Block::iterator insertPt) in InsertPoint() function
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | PaddingChecker.cpp | 277 FieldInfo InsertPoint = {CurAlignment, CharUnits::Zero(), nullptr}; in calculateOptimalPad() local
|
| /external/llvm-project/llvm/include/llvm/IR/ |
| D | IRBuilder.h | 211 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
|