Home
last modified time | relevance | path

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

123

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/musl/libc-test/src/functionalext/supplement/network/
Dhtonl.c19 const uint32_t IP = 0x7f000001; variable
Dinet_network.c19 const uint32_t IP = 0x7f000001; variable
Dinet_netof.c21 const uint32_t IP = 0x7f000001; variable
Dinet_lnaof.c21 const uint32_t IP = 0x7f000001; variable
Dinet_makeaddr.c22 const uint32_t IP = 0x7f000001; variable
/third_party/node/deps/npm/node_modules/ip/
DREADME.md1 # IP chapter
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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
DAssumptionCache.cpp259 auto IP = AssumptionCaches.insert(std::make_pair( in getAssumptionCache() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSection.cpp71 iterator IP; in getSubsectionInsertionPoint() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h121 InsertPointTy IP; member
/third_party/skia/third_party/externals/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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp175 void *IP = nullptr; in get() local
348 void *IP = nullptr; in get() local
576 void *IP = nullptr; in get() local
699 void *IP = nullptr; in get() local
848 void *IP = nullptr; in get() local
1097 void *IP = nullptr; in get() local
1315 void *IP = nullptr; in get() local
1380 void *IP = nullptr; in get() local
1635 void *IP = nullptr; in get() local
1815 void *IP = nullptr; in get() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DRandomIRBuilder.cpp51 auto IP = BB.getFirstInsertionPt(); in newSource() local
DIRMutator.cpp114 size_t IP = uniform<size_t>(IB.Rand, 0, Insts.size() - 1); in mutate() local
/third_party/boost/libs/geometry/index/test/algorithms/
Dpath_intersection.cpp66 typedef bg::model::linestring<int_point_type> IP; in test_large_integers() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp137 MCInstPrinter &IP) in HexagonTargetAsmStreamer()
250 MCInstPrinter *IP, bool IsVerboseAsm) { in createMCAsmTargetStreamer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp268 const auto IP = BB->getFirstInsertionPt(); in HandlePotentialUse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp838 water_iterator IP = llvm::lower_bound(WaterList, NewBB, CompareMBBNumbers); in updateForInsertedWaterBlock() local
888 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, CompareMBBNumbers); in splitBlockBeforeInstr() local
1174 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local
1327 water_iterator IP; in handleConstantPoolUser() local

123