Home
last modified time | relevance | path

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

123456789

/external/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
DCustomBehaviour.cpp28 CustomBehaviour::getStartViews(llvm::MCInstPrinter &IP, in getStartViews()
34 CustomBehaviour::getPostInstrInfoViews(llvm::MCInstPrinter &IP, in getPostInstrInfoViews()
40 CustomBehaviour::getEndViews(llvm::MCInstPrinter &IP, in getEndViews()
/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/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/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/swiftshader/third_party/llvm-16.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/swiftshader/third_party/llvm-16.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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DIntervalIterator.h63 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { in getSourceGraphNode()
113 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator()
258 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { in intervals_end()
/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/googleapis/google/cloud/integrations/v1alpha/
Dproduct.proto30 IP = 1; enumerator
/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/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DIntrinsicLowering.cpp53 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerBSWAP()
148 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { in LowerCTPOP()
187 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/NVPTX/
DNVPTXLowerArgs.cpp168 struct IP { in convertToParamAS() struct
169 Instruction *OldInstruction; in convertToParamAS()
170 Value *NewParam; in convertToParamAS()
/external/clang/test/CodeGenObjC/
Dsynthesize_ivar.m7 @property int IP; property
/external/googleapis/google/appengine/v1beta/
Dservice.proto71 IP = 2; enumerator
/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 …]
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
Dservice.proto84 IP = 2; enumerator
/external/googleapis/google/appengine/v1/
Dservice.proto84 IP = 2; enumerator

123456789