Home
last modified time | relevance | path

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

123456

/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/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp98 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures() local
262 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local
305 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
312 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
325 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions() local
335 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
DDisassembler.h74 std::unique_ptr<llvm::MCInstPrinter> IP; variable
95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext()
/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-10.0/llvm/include/llvm/Analysis/
DIntervalIterator.h64 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { in getSourceGraphNode()
114 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator()
261 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { in intervals_end()
/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-10.0/llvm/lib/Transforms/Instrumentation/
DInstrumentation.cpp25 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { in moveBeforeInsertPoint()
42 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock()
/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/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp54 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP()
149 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTPOP()
188 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTLZ()
/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/CodeGenCXX/
Dmangle-nullptr-arg.cpp3 template<int *ip> struct IP {}; struct
/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/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
DIntervalPartition.cpp92 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) in IntervalPartition() function in IntervalPartition
/external/clang/test/CodeGenObjC/
Dsynthesize_ivar.m7 @property int IP; property
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1184 void *IP = nullptr; in getConstant() local
1225 void *IP = nullptr; in getConstantFP() local
1284 void *IP = nullptr; in getGlobalAddress() local
1300 void *IP = nullptr; in getFrameIndex() local
1319 void *IP = nullptr; in getJumpTable() local
1344 void *IP = nullptr; in getConstantPool() local
1371 void *IP = nullptr; in getConstantPool() local
1389 void *IP = nullptr; in getTargetIndex() local
1403 void *IP = nullptr; in getBasicBlock() local
1624 void* IP = nullptr; in getVectorShuffle() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp39 BasicBlock::iterator IP) { in ReuseOrCreateCast()
88 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local
151 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in InsertNoopCastOfTo() local
162 BasicBlock::iterator IP = findInsertPointAfter(I, Builder.GetInsertBlock()); in InsertNoopCastOfTo() local
181 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local
527 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local
1762 Instruction *IP) { in expandCodeFor()
2053 Instruction *IP = nullptr; in replaceCongruentIVs() local
2213 Instruction *IP) { in expandCodeForPredicate()
2229 Instruction *IP) { in expandEqualPredicate()
[all …]
DIntervalPartition.cpp98 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) in IntervalPartition() function in IntervalPartition
/external/clang/test/SemaObjC/
Dsynthesized-ivar.m5 @property int IP; property
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h87 void restoreIP(VPInsertPoint IP) { in restoreIP()
104 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint()
/external/llvm/lib/MC/
DMCSection.cpp71 iterator IP; in getSubsectionInsertionPoint() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSection.cpp71 iterator IP; in getSubsectionInsertionPoint() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp1306 void *IP = nullptr; in getConstant() local
1357 void *IP = nullptr; in getConstantFP() local
1416 void *IP = nullptr; in getGlobalAddress() local
1432 void *IP = nullptr; in getFrameIndex() local
1451 void *IP = nullptr; in getJumpTable() local
1478 void *IP = nullptr; in getConstantPool() local
1504 void *IP = nullptr; in getConstantPool() local
1522 void *IP = nullptr; in getTargetIndex() local
1536 void *IP = nullptr; in getBasicBlock() local
1759 void* IP = nullptr; in getVectorShuffle() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h121 InsertPointTy IP; member

123456