Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagOperands.cpp63 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/
DPHIEliminationUtils.cpp41 MachineBasicBlock::iterator InsertPoint; in findPHICopyInsertPoint() local
/external/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp42 MachineBasicBlock::iterator InsertPoint; in findPHICopyInsertPoint() local
/external/llvm-project/llvm/lib/CodeGen/
DPHIEliminationUtils.cpp45 MachineBasicBlock::iterator InsertPoint = MBB->begin(); in findPHICopyInsertPoint() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp310 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/
DCodeGenABITypes.cpp121 llvm::BasicBlock::iterator InsertPoint, const CXXDestructorDecl *D, in getCXXDestructorImplicitParam()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeMoverUtils.cpp92 bool llvm::isSafeToMoveBefore(Instruction &I, Instruction &InsertPoint, in isSafeToMoveBefore()
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp794 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/
DPPCVSXSwapRemoval.cpp800 MachineBasicBlock::iterator InsertPoint, in insertSwap()
905 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp823 MachineBasicBlock::iterator InsertPoint, in insertSwap()
928 auto InsertPoint = ++MachineBasicBlock::iterator(MI); in handleSpecialSwappables() local
/external/llvm/include/llvm/IR/
DIRBuilder.h156 InsertPoint() : Block(nullptr) {} in InsertPoint() function
159 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h242 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h76 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp550 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/
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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h255 : InsertPoint(), MBB(MBB), Beginning(Beginning) { in InsertPoint() function
/external/llvm/lib/IR/
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
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h80 VPInsertPoint(VPBasicBlock *InsertBlock, VPBasicBlock::iterator InsertPoint) in VPInsertPoint()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp88 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/
DPaddingChecker.cpp245 CharUnitPair InsertPoint = {CurAlignment, CharUnits::Zero()}; in calculateOptimalPad() local
/external/llvm-project/mlir/include/mlir/IR/
DBuilders.h266 InsertPoint(Block *insertBlock, Block::iterator insertPt) in InsertPoint() function
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp277 FieldInfo InsertPoint = {CurAlignment, CharUnits::Zero(), nullptr}; in calculateOptimalPad() local
/external/llvm-project/llvm/include/llvm/IR/
DIRBuilder.h211 InsertPoint(BasicBlock *InsertBlock, BasicBlock::iterator InsertPoint) in InsertPoint() function

12