/minix3/external/bsd/llvm/dist/llvm/lib/MC/MCDisassembler/ |
H A D | Disassembler.cpp | 85 MCInstPrinter *IP = TheTarget->createMCInstPrinter(AsmPrinterVariant, in LLVMCreateDisasmCPUFeatures() local 252 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local 297 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local 304 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local 318 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions() local 328 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
|
H A D | Disassembler.h | 74 std::unique_ptr<llvm::MCInstPrinter> IP; variable
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | IntervalIterator.h | 59 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()
|
/minix3/external/bsd/llvm/dist/llvm/unittests/ADT/ |
H A D | SparseSetTest.cpp | 46 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
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | mangle-nullptr-arg.cpp | 3 template<int *ip> struct IP {}; struct
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
H A D | synthesize_ivar.m | 7 @property int IP; property
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1-11.cpp | 7 template<int *ip> struct IP { // expected-note 5 {{template parameter is declared here}} struct 8 IP<ip> *ip2; argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 94 auto IP = AssumptionCaches.insert(std::make_pair( in getAssumptionCache() local
|
H A D | IntervalPartition.cpp | 93 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) in IntervalPartition() function in IntervalPartition
|
H A D | ScalarEvolutionExpander.cpp | 36 BasicBlock::iterator IP) { in ReuseOrCreateCast() 130 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in InsertNoopCastOfTo() local 142 BasicBlock::iterator IP = I; ++IP; in InsertNoopCastOfTo() local 163 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local 535 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local 1583 Instruction *IP) { in expandCodeFor() 1779 Instruction *IP = nullptr; in replaceCongruentIVs() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | synthesized-ivar.m | 5 @property int IP; property
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | IntrinsicLowering.cpp | 166 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()
|
H A D | GCStrategy.cpp | 158 BasicBlock::iterator IP = F.getEntryBlock().begin(); in InsertRootInitializers() local
|
H A D | ShadowStackGC.cpp | 391 BasicBlock::iterator IP = F.getEntryBlock().begin(); in performCustomLowering() local
|
/minix3/external/bsd/llvm/dist/clang/test/FixIt/ |
H A D | fixit-cxx0x.cpp | 106 template<int *ip> struct IP { }; // expected-note{{declared here}} struct
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1161 void *IP = nullptr; in getConstant() local 1203 void *IP = nullptr; in getConstantFP() local 1266 void *IP = nullptr; in getGlobalAddress() local 1283 void *IP = nullptr; in getFrameIndex() local 1302 void *IP = nullptr; in getJumpTable() local 1328 void *IP = nullptr; in getConstantPool() local 1355 void *IP = nullptr; in getConstantPool() local 1373 void *IP = nullptr; in getTargetIndex() local 1388 void *IP = nullptr; in getBasicBlock() local 1561 void* IP = nullptr; in getVectorShuffle() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 864 water_iterator IP = in updateForInsertedWaterBlock() local 916 water_iterator IP = in splitBlockBeforeInstr() local 1207 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local 1364 water_iterator IP; in handleConstantPoolUser() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 265 BasicBlock::iterator IP = BB.getFirstInsertionPt(), BE = BB.end(); in InjectCoverageAtBlock() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | FoldingSet.cpp | 380 void *IP; in GetOrInsertNode() local
|
/minix3/crypto/external/bsd/openssl/lib/libdes/ |
H A D | des_locl.h | 357 #define IP(l,r) \ macro
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 448 MCInstPrinter *IP = nullptr; in main() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/des/ |
H A D | des_locl.h | 413 # define IP(l,r) \ macro
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 867 water_iterator IP = in updateForInsertedWaterBlock() local 920 water_iterator IP = in splitBlockBeforeInstr() local 1196 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local 1399 water_iterator IP; in handleConstantPoolUser() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 99 void SetInsertPoint(BasicBlock *TheBB, BasicBlock::iterator IP) { in SetInsertPoint() 169 void restoreIP(InsertPoint IP) { in restoreIP()
|
/minix3/external/bsd/llvm/dist/clang/tools/driver/ |
H A D | cc1as_main.cpp | 361 MCInstPrinter *IP = in ExecuteAssembler() local
|