Home
last modified time | relevance | path

Searched defs:IP (Results 1 – 25 of 139) sorted by relevance

123456

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp24 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { in moveBeforeInsertPoint()
39 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock()
/external/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp24 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { in moveBeforeInsertPoint()
39 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp95 MCInstPrinter *IP = TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures() local
258 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local
301 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
308 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
321 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions() local
331 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
/external/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp85 MCInstPrinter *IP = TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures() local
249 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local
292 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
299 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
312 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions() local
322 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
/external/llvm/include/llvm/Analysis/
DIntervalIterator.h59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { in getSourceGraphNode()
113 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator()
262 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { in intervals_end()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalIterator.h59 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { in getSourceGraphNode()
108 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator()
253 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { in intervals_end()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIntervalIterator.h65 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { in getSourceGraphNode()
115 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator()
262 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { in intervals_end()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSparseSetTest.cpp46 std::pair<USet::iterator, bool> IP = Set.insert(5); in TEST() local
106 std::pair<USet::iterator, bool> IP = Set.insert(3); in TEST() local
/external/llvm/unittests/ADT/
DSparseSetTest.cpp46 std::pair<USet::iterator, bool> IP = Set.insert(5); in TEST() local
106 std::pair<USet::iterator, bool> IP = Set.insert(3); in TEST() local
/external/clang/test/CodeGenCXX/
Dmangle-nullptr-arg.cpp3 template<int *ip> struct IP {}; struct
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/
DInstructionInfoView.h59 llvm::MCInstPrinter &IP) in InstructionInfoView()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1-11.cpp7 template<int *ip> struct IP { // expected-note 5 {{template parameter is declared here}} struct
8 IP<ip> *ip2; argument
/external/clang/test/CodeGenObjC/
Dsynthesize_ivar.m7 @property int IP; property
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
DDisassembler.cpp75 MCInstPrinter *IP = TheTarget->createMCInstPrinter(AsmPrinterVariant, in LLVMCreateDisasm() local
142 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSection.cpp72 iterator IP; in getSubsectionInsertionPoint() local
/external/clang/test/SemaObjC/
Dsynthesized-ivar.m5 @property int IP; property
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIntrinsicLowering.cpp166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP()
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTPOP()
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTLZ()
/external/llvm/lib/CodeGen/
DIntrinsicLowering.cpp166 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP()
262 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTPOP()
302 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTLZ()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp165 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP()
260 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTPOP()
299 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTLZ()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DUserTest.cpp88 const PHINode *IP = &P; in TEST() local
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp40 BasicBlock::iterator IP) { in ReuseOrCreateCast()
91 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local
154 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in InsertNoopCastOfTo() local
165 BasicBlock::iterator IP = findInsertPointAfter(I, Builder.GetInsertBlock()); in InsertNoopCastOfTo() local
182 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local
510 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local
1612 Instruction *IP) { in expandCodeFor()
1860 Instruction *IP = nullptr; in replaceCongruentIVs() local
2007 Instruction *IP) { in expandCodeForPredicate()
2023 Instruction *IP) { in expandEqualPredicate()
[all …]
DAssumptionCache.cpp109 auto IP = AssumptionCaches.insert(std::make_pair( in getAssumptionCache() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp40 BasicBlock::iterator IP) { in ReuseOrCreateCast()
91 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local
154 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in InsertNoopCastOfTo() local
165 BasicBlock::iterator IP = findInsertPointAfter(I, Builder.GetInsertBlock()); in InsertNoopCastOfTo() local
182 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local
523 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local
1680 Instruction *IP) { in expandCodeFor()
1965 Instruction *IP = nullptr; in replaceCongruentIVs() local
2123 Instruction *IP) { in expandCodeForPredicate()
2139 Instruction *IP) { in expandEqualPredicate()
[all …]
/external/llvm/lib/MC/
DMCSection.cpp71 iterator IP; in getSubsectionInsertionPoint() local
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRBuilder.h88 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint()
162 void restoreIP(InsertPoint IP) { in restoreIP()
352 explicit IRBuilder(Instruction *IP) in IRBuilder()
364 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP, const T& F) in IRBuilder()
369 IRBuilder(BasicBlock *TheBB, BasicBlock::iterator IP) in IRBuilder()

123456