/freebsd/contrib/llvm-project/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()
|
/freebsd/contrib/llvm-project/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(); LLVMDisasmInstruction() local 305 MCInstPrinter *IP = DC->getIP(); LLVMSetDisasmOptions() local 312 MCInstPrinter *IP = DC->getIP(); LLVMSetDisasmOptions() local 325 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( LLVMSetDisasmOptions() local 335 MCInstPrinter *IP = DC->getIP(); LLVMSetDisasmOptions() local [all...] |
H A D | Disassembler.h | 74 std::unique_ptr<llvm::MCInstPrinter> IP; variable 95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | Instrumentation.cpp | 22 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { in moveBeforeInsertPoint() argument 39 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock() argument [all...] |
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/ |
H A D | CodeRegionGenerator.h | 229 parseAnalysisRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseAnalysisRegions() 240 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseCodeRegions() 264 parseInstrumentRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseInstrumentRegions() 275 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseCodeRegions()
|
H A D | CodeRegionGenerator.cpp | 32 const std::unique_ptr<MCInstPrinter> &IP, bool SkipFailures) { in parseCodeRegions()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.cpp | 126 if (const DagInit *IP = getDagWithOperatorOfSubClass(Arg, "Instruction")) { in parseInstructionPattern() local 130 } else if (const DagInit *IP = in parseInstructionPattern() local 197 bool PatternParser::parseInstructionPatternOperand(InstructionPattern &IP, in parseInstructionPatternOperand() 268 bool PatternParser::parseInstructionPatternMIFlags(InstructionPattern &IP, in parseInstructionPatternMIFlags()
|
/freebsd/contrib/llvm-project/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 | 165 BasicBlock::iterator IP = F.getEntryBlock().begin(); in InsertRootInitializers() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXLowerArgs.cpp | 223 struct IP { in INITIALIZE_PASS_DEPENDENCY() struct 224 Use *OldUse; in INITIALIZE_PASS_DEPENDENCY() 225 Instruction *OldInstruction; in INITIALIZE_PASS_DEPENDENCY() 226 Value *NewParam; in INITIALIZE_PASS_DEPENDENCY()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorizationPlanner.h | 111 void restoreIP(VPInsertPoint IP) { in restoreIP() 128 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint() 135 void setInsertPoint(VPRecipeBase *IP) { in setInsertPoint()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 90 BasicBlock::iterator IP) { in ReuseOrCreateCast() 140 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local 169 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in GetOptimalInsertionPointForCastOf() local 264 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local 365 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local 1408 BasicBlock::iterator IP) { in expandCodeFor() 1653 BasicBlock::iterator IP; in replaceCongruentIVInc() local 2058 Instruction *IP) { in expandCodeForPredicate() 2074 Instruction *IP) { in expandComparePredicate() 2210 Instruction *IP) { in expandWrapPredicate() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | TargetRegistry.cpp | 92 MCInstPrinter *IP, in createAsmStreamer() 105 MCInstPrinter *IP, in createAsmStreamer()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 393 const InstructionPattern &IP, unsigned ImmOpIdx, in inferImmediateType() 432 const InstructionPattern &IP, StringRef OpName, in inferNamedOperandType() 1063 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in typecheckPatterns() local 1070 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in typecheckPatterns() local 1081 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in typecheckPatterns() local 1196 const auto *IP = dyn_cast<InstructionPattern>(Pat); in checkSemantics() local 1434 auto *IP = dyn_cast<InstructionPattern>(Pat.get()); in buildRuleOperandsTable() local 1440 auto *IP = dyn_cast<InstructionPattern>(Pat.get()); in buildRuleOperandsTable() local 1493 const InstructionPattern &IP) { in emitMatchPattern() 1747 if (const auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in emitPatFragMatchPattern() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | InstructionInfoView.h | 83 llvm::MCInstPrinter &IP, in InstructionInfoView()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1731 void *IP = nullptr; in getConstant() local 1792 void *IP = nullptr; in getConstantFP() local 1852 void *IP = nullptr; in getGlobalAddress() local 1869 void *IP = nullptr; in getFrameIndex() local 1889 void *IP = nullptr; in getJumpTable() local 1923 void *IP = nullptr; in getConstantPool() local 1951 void *IP = nullptr; in getConstantPool() local 1966 void *IP = nullptr; in getBasicBlock() local 2235 void* IP = nullptr; in getVectorShuffle() local 2271 void *IP = nullptr; in getRegister() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Passes/ |
H A D | PassBuilderPipelines.cpp | 777 InlineParams IP; in addPreInlinerPasses() local 897 InlineParams IP; in buildInlinerPipeline() local 995 InlineParams IP = getInlineParamsFromOptLevel(Level); in buildModuleInlinerPipeline() local
|
/freebsd/contrib/llvm-project/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
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 223 void *IP = nullptr; in get() local 391 void *IP = nullptr; in get() local 441 void *IP = nullptr; in get() local 665 void *IP = nullptr; in get() local 784 void *IP = nullptr; in get() local 1007 void *IP = nullptr; in get() local 1544 void *IP = nullptr; in get() local 1911 void *IP = nullptr; in get() local 1976 void *IP = nullptr; in get() local 2037 void *IP = nullptr; in get() local [all …]
|
/freebsd/contrib/llvm-project/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
|
/freebsd/sys/netinet/libalias/ |
H A D | alias_mod.h | 55 #define IP 0x01 macro
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 132 size_t IP = uniform<size_t>(IB.Rand, 0, Insts.size() - 1); in mutate() local 405 uint64_t IP = uniform<uint64_t>(IB.Rand, 0, Insts.size() - 1); in mutate() local 431 uint64_t IP = uniform<uint64_t>(IB.Rand, 0, Insts.size() - 1); in mutate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | PtrState.cpp | 265 const auto IP = BB->getFirstInsertionPt(); in HandlePotentialUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | AssumptionCache.cpp | 262 auto IP = AssumptionCaches.insert(std::make_pair( in getAssumptionCache() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | TargetInfo.cpp | 197 auto IP = CGF.Builder.saveIP(); in createEnqueuedBlockKernel() local
|