| /openbsd-src/gnu/llvm/llvm/lib/MCA/ |
| H A D | CustomBehaviour.cpp | 28 CustomBehaviour::getStartViews(llvm::MCInstPrinter &IP, in getStartViews() 34 CustomBehaviour::getPostInstrInfoViews(llvm::MCInstPrinter &IP, in getPostInstrInfoViews() 40 CustomBehaviour::getEndViews(llvm::MCInstPrinter &IP, in getEndViews()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 98 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
|
| H A D | Disassembler.h | 74 std::unique_ptr<llvm::MCInstPrinter> IP; variable 95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.h | 158 parseAnalysisRegions(const std::unique_ptr<MCInstPrinter> &IP) override { in parseAnalysisRegions() 167 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP) override { in parseCodeRegions() 188 parseInstrumentRegions(const std::unique_ptr<MCInstPrinter> &IP) override { in parseInstrumentRegions() 197 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP) override { in parseCodeRegions()
|
| H A D | CodeRegionGenerator.cpp | 67 const std::unique_ptr<MCInstPrinter> &IP) { in parseCodeRegions()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | IntervalIterator.h | 63 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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/ |
| H A D | Instrumentation.cpp | 25 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { in moveBeforeInsertPoint() 42 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | IntrinsicLowering.cpp | 53 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()
|
| H A D | GCRootLowering.cpp | 142 BasicBlock::iterator IP = F.getEntryBlock().begin(); in InsertRootInitializers() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXLowerArgs.cpp | 168 struct IP { in convertToParamAS() struct 169 Instruction *OldInstruction; in convertToParamAS() 170 Value *NewParam; in convertToParamAS()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 51 BasicBlock::iterator IP) { in ReuseOrCreateCast() 101 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local 130 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in GetOptimalInsertionPointForCastOf() local 231 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local 585 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local 1748 Instruction *IP) { in expandCodeForImpl() 2011 Instruction *IP = nullptr; in replaceCongruentIVs() local 2327 Instruction *IP) { in expandCodeForPredicate() 2343 Instruction *IP) { in expandComparePredicate() 2485 Instruction *IP) { in expandWrapPredicate() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassBuilderPipelines.cpp | 698 InlineParams IP; in addPGOInstrPasses() local 795 InlineParams IP; in buildInlinerPipeline() local 879 InlineParams IP = getInlineParamsFromOptLevel(Level); in buildModuleInlinerPipeline() local
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 1616 void *IP = nullptr; in getConstant() local 1670 void *IP = nullptr; in getConstantFP() local 1729 void *IP = nullptr; in getGlobalAddress() local 1745 void *IP = nullptr; in getFrameIndex() local 1764 void *IP = nullptr; in getJumpTable() local 1790 void *IP = nullptr; in getConstantPool() local 1817 void *IP = nullptr; in getConstantPool() local 1835 void *IP = nullptr; in getTargetIndex() local 1849 void *IP = nullptr; in getBasicBlock() local 2091 void* IP = nullptr; in getVectorShuffle() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 96 void restoreIP(VPInsertPoint IP) { in restoreIP() 113 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint()
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | IntervalPartition.cpp | 98 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) in IntervalPartition() function in IntervalPartition
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionInfoView.h | 78 llvm::MCInstPrinter &IP, in InstructionInfoView()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCSection.cpp | 71 iterator IP; in getSubsectionInsertionPoint() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/ |
| H A D | CSKYConstantIslandPass.cpp | 631 water_iterator IP = llvm::lower_bound(WaterList, NewBB, compareMbbNumbers); in updateForInsertedWaterBlock() local 687 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, compareMbbNumbers); in splitBlockBeforeInstr() local 925 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local 1084 water_iterator IP; in handleConstantPoolUser() local
|
| /openbsd-src/sys/crypto/ |
| H A D | des_locl.h | 142 #define IP(l,r) \ macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Mips/ |
| H A D | MipsConstantIslandPass.cpp | 832 water_iterator IP = llvm::lower_bound(WaterList, NewBB, CompareMBBNumbers); in updateForInsertedWaterBlock() local 882 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, CompareMBBNumbers); in splitBlockBeforeInstr() local 1168 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local 1321 water_iterator IP; in handleConstantPoolUser() local
|
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Record.cpp | 230 void *IP = nullptr; in get() local 405 void *IP = nullptr; in get() local 629 void *IP = nullptr; in get() local 765 void *IP = nullptr; in get() local 948 void *IP = nullptr; in get() local 1340 void *IP = nullptr; in get() local 1634 void *IP = nullptr; in get() local 1699 void *IP = nullptr; in get() local 1760 void *IP = nullptr; in get() local 2018 void *IP = nullptr; in get() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 516 InstructionPointer IP(this, Address); in dissassembleSymbol() local 855 SampleContextFrameVector ProfiledBinary::symbolize(const InstructionPointer &IP, in symbolize() 894 InstructionPointer IP(this, RangeBegin, true); in computeInlinedContextSizeForRange() local
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 505 printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() 552 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() 622 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() 674 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() 697 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() 751 void printInst(MCInstPrinter &IP, const MCInst *MI, ArrayRef<uint8_t> Bytes, in printInst() 1142 MCInstPrinter *IP, const MCSubtargetInfo *STI, uint64_t SectionAddr, in collectLocalBranchTargets() 1306 const MCInstrAnalysis *MIA, MCInstPrinter *IP, in disassembleObject() 2103 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in disassembleObject() local
|
| /openbsd-src/gnu/llvm/llvm/lib/FuzzMutate/ |
| H A D | RandomIRBuilder.cpp | 54 auto IP = BB.getFirstInsertionPt(); in newSource() local
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/ObjCARC/ |
| H A D | PtrState.cpp | 265 const auto IP = BB->getFirstInsertionPt(); in HandlePotentialUse() local
|