Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A 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()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp97 std::unique_ptr<MCInstPrinter> IP(TheTarget->createMCInstPrinter( in LLVMCreateDisasmCPUFeatures() local
201 MCInstPrinter *IP = DC->getIP(); in LLVMDisasmInstruction() local
250 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
257 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
270 MCInstPrinter *IP = DC->getTarget()->createMCInstPrinter( in LLVMSetDisasmOptions() local
280 MCInstPrinter *IP = DC->getIP(); in LLVMSetDisasmOptions() local
H A DDisassembler.h74 std::unique_ptr<llvm::MCInstPrinter> IP; variable
95 std::unique_ptr<MCInstPrinter> &&IP) in LLVMDisasmContext()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.h228 parseAnalysisRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseAnalysisRegions()
239 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseCodeRegions()
263 parseInstrumentRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseInstrumentRegions()
274 parseCodeRegions(const std::unique_ptr<MCInstPrinter> &IP, in parseCodeRegions()
H A DCodeRegionGenerator.cpp32 const std::unique_ptr<MCInstPrinter> &IP, bool SkipFailures) { in parseCodeRegions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInstrumentation.cpp45 BasicBlock::iterator IP) { in moveBeforeInsertPoint()
62 BasicBlock::iterator IP) { in PrepareToSplitEntryBlock()
H A DScalarEvolutionExpander.cpp100 BasicBlock::iterator IP) { in ReuseOrCreateCast()
153 BasicBlock::iterator IP = ++I->getIterator(); in findInsertPointAfter() local
182 BasicBlock::iterator IP = A->getParent()->getEntryBlock().begin(); in GetOptimalInsertionPointForCastOf() local
276 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() local
375 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() local
1437 BasicBlock::iterator IP) { in expandCodeFor()
1681 BasicBlock::iterator IP; in replaceCongruentIVInc() local
2059 Instruction *IP) { in expandCodeForPredicate()
2075 Instruction *IP) { in expandComparePredicate()
2217 Instruction *IP) { in expandWrapPredicate()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.cpp114 if (const DagInit *IP = getDagWithOperatorOfSubClass(Arg, "Instruction")) { in parseInstructionPattern() local
118 } else if (const DagInit *IP = in parseInstructionPattern() local
186 bool PatternParser::parseInstructionPatternOperand(InstructionPattern &IP, in parseInstructionPatternOperand()
257 bool PatternParser::parseInstructionPatternMIFlags(InstructionPattern &IP, in parseInstructionPatternMIFlags()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp112 static Value *buildTargetLegalPtr(Module *M, Value *Ptr, InsertPosition IP, in buildTargetLegalPtr()
133 InsertPosition IP, Module *M) { in buildTargetLegalStore()
141 buildTargetLegalLoad(Type *AccessTy, Value *Ptr, InsertPosition IP, Module *M, in buildTargetLegalLoad()
210 InsertPosition IP = BB.getTerminator() in findOrCreateSource() local
254 auto IP = BB.getFirstInsertionPt(); in newSource() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h75 VPBuilder(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in VPBuilder()
117 void restoreIP(VPInsertPoint IP) { in restoreIP()
134 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { in setInsertPoint()
141 void setInsertPoint(VPRecipeBase *IP) { in setInsertPoint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A 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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelCombinerEmitter.cpp386 const InstructionPattern &IP, unsigned ImmOpIdx, in inferImmediateType()
425 const InstructionPattern &IP, StringRef OpName, in inferNamedOperandType()
1105 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in typecheckPatterns() local
1112 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in typecheckPatterns() local
1123 if (auto *IP = dyn_cast<InstructionPattern>(Pat.get())) { in typecheckPatterns() local
1198 bool IsMatch) { in checkSemantics()
1240 if (const auto IP = dyn_cast<InstructionPattern>(Pat)) { in checkSemantics() local
1285 const auto *IP = dyn_cast<InstructionPattern>(Pat); in checkSemantics() local
1528 auto *IP = dyn_cast<InstructionPattern>(Pat.get()); in buildRuleOperandsTable() local
1534 auto *IP = dyn_cast<InstructionPattern>(Pat.get()); in buildRuleOperandsTable() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXLowerArgs.cpp214 struct IP { in INITIALIZE_PASS_DEPENDENCY() struct
215 Use *OldUse; in INITIALIZE_PASS_DEPENDENCY()
216 Instruction *OldInstruction; in INITIALIZE_PASS_DEPENDENCY()
217 Value *NewParam; in INITIALIZE_PASS_DEPENDENCY()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCFIInstBuilder.h52 void setInsertPoint(MachineBasicBlock::iterator IP) { InsertPt = IP; } in setInsertPoint()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DReOptimizeLayer.cpp101 auto *IP = &*BB.getFirstInsertionPt(); in reoptimizeIfCallFrequent() local
209 void ReOptimizeLayer::createReoptimizeCall(Module &M, Instruction &IP, in createReoptimizeCall()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp262 void *IP = nullptr; in get() local
424 void *IP = nullptr; in get() local
481 void *IP = nullptr; in get() local
716 void *IP = nullptr; in get() local
825 void *IP = nullptr; in get() local
1088 void *IP = nullptr; in get() local
1650 void *IP = nullptr; in get() local
2018 void *IP = nullptr; in get() local
2083 void *IP = nullptr; in get() local
2147 void *IP = nullptr; in get() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderPipelines.cpp797 InlineParams IP; in addPreInlinerPasses() local
919 InlineParams IP; in buildInlinerPipeline() local
1020 InlineParams IP = getInlineParamsFromOptLevel(Level); in buildModuleInlinerPipeline() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1770 void *IP = nullptr; in getConstant() local
1849 void *IP = nullptr; in getConstantFP() local
1909 void *IP = nullptr; in getGlobalAddress() local
1926 void *IP = nullptr; in getFrameIndex() local
1946 void *IP = nullptr; in getJumpTable() local
1980 void *IP = nullptr; in getConstantPool() local
2008 void *IP = nullptr; in getConstantPool() local
2023 void *IP = nullptr; in getBasicBlock() local
2292 void* IP = nullptr; in getVectorShuffle() local
2328 void *IP = nullptr; in getRegister() local
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h93 llvm::MCInstPrinter &IP, in InstructionInfoView()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantIslandPass.cpp625 water_iterator IP = llvm::lower_bound(WaterList, NewBB, compareMbbNumbers); in updateForInsertedWaterBlock() local
681 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, compareMbbNumbers); in splitBlockBeforeInstr() local
919 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local
1078 water_iterator IP; in handleConstantPoolUser() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp830 water_iterator IP = llvm::lower_bound(WaterList, NewBB, CompareMBBNumbers); in updateForInsertedWaterBlock() local
880 water_iterator IP = llvm::lower_bound(WaterList, OrigBB, CompareMBBNumbers); in splitBlockBeforeInstr() local
1166 for (water_iterator IP = std::prev(WaterList.end()), B = WaterList.begin();; in findAvailableWater() local
1319 water_iterator IP; in handleConstantPoolUser() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DTargetRegistry.cpp84 std::unique_ptr<MCInstPrinter> IP, in createAsmStreamer()
H A DMCInstPrinter.cpp231 MCInstPrinter::WithMarkup::WithMarkup(MCInstPrinter &IP, raw_ostream &OS, in WithMarkup()
/freebsd/crypto/krb5/src/lib/crypto/builtin/des/
H A Df_tables.h50 #define IP des_IP_table macro
/freebsd/sys/netinet/libalias/
H A Dalias_mod.h55 #define IP 0x01 macro

1234