Searched defs:IP (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DIntervalPartition.cpp98 IntervalPartition::IntervalPartition(IntervalPartition &IP, bool) argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionInfoView.h61 InstructionInfoView(const llvm::MCSubtargetInfo &ST, const llvm::MCInstrInfo &II, CodeEmitter &C, bool ShouldPrintEncodings, llvm::ArrayRef<llvm::MCInst> S, llvm::MCInstPrinter &IP) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp51 auto IP = BB.getFirstInsertionPt(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSection.cpp71 iterator IP; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp25 static BasicBlock::iterator moveBeforeInsertPoint(BasicBlock::iterator I, BasicBlock::iterator IP) { argument
41 PrepareToSplitEntryBlock(BasicBlock &BB, BasicBlock::iterator IP) argument
[all...]
/freebsd-11-stable/sys/crypto/des/
H A Ddes_locl.h345 #define IP(l,r) \ macro
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Ddes_locl.h415 # define IP(l,r) \ macro
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h118 LocationDescription(const InsertPointTy &IP) : IP(IP) {} argument
119 LocationDescription(const InsertPointTy &IP, const DebugLoc &DL) argument
121 InsertPointTy IP; member in struct:llvm::OpenMPIRBuilder::LocationDescription
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp175 void *IP = nullptr; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h74 std::unique_ptr<llvm::MCInstPrinter> IP; member in class:llvm::LLVMDisasmContext
85 LLVMDisasmContext(std::string TripleName, void *DisInfo, int TagType, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp, const Target *TheTarget, std::unique_ptr<const MCAsmInfo> &&MAI, std::unique_ptr<const MCRegisterInfo> &&MRI, std::unique_ptr<const MCSubtargetInfo> &&MSI, std::unique_ptr<const MCInstrInfo> &&MII, std::unique_ptr<const llvm::MCContext> &&Ctx, std::unique_ptr<const MCDisassembler> &&DisAsm, std::unique_ptr<MCInstPrinter> &&IP) argument
H A DDisassembler.cpp262 MCInstPrinter *IP = DC->getIP(); local
305 MCInstPrinter *IP = DC->getIP(); local
312 MCInstPrinter *IP = DC->getIP(); local
325 MCInstPrinter *IP local
335 MCInstPrinter *IP = DC->getIP(); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIntervalIterator.h64 inline Interval *getSourceGraphNode(IntervalPartition *IP, BasicBlock *BB) { argument
114 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { argument
257 intervals_begin(IntervalPartition &IP, bool DeleteIntervals = true) { argument
261 inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) { argument
H A DScalarEvolutionExpander.h275 void setInsertPoint(Instruction *IP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DGCRootLowering.cpp146 BasicBlock::iterator IP = F.getEntryBlock().begin(); local
H A DIntrinsicLowering.cpp54 static Value *LowerBSWAP(LLVMContext &Context, Value *V, Instruction *IP) { argument
149 static Value *LowerCTPOP(LLVMContext &Context, Value *V, Instruction *IP) { argument
188 static Value *LowerCTLZ(LLVMContext &Context, Value *V, Instruction *IP) { argument
[all...]
H A DShadowStackGCLowering.cpp305 BasicBlock::iterator IP = F.getEntryBlock().begin(); local
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_mod.h54 #define IP 0x01 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp419 void *IP; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp315 InlineParams IP; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h87 void restoreIP(VPInsertPoint IP) { argument
104 void setInsertPoint(VPBasicBlock *TheBB, VPBasicBlock::iterator IP) { argument
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp443 MCInstPrinter *IP = nullptr; local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp134 HexagonTargetAsmStreamer(MCStreamer &S, formatted_raw_ostream &OS, bool isVerboseAsm, MCInstPrinter &IP) argument
249 createMCAsmTargetStreamer(MCStreamer &S, formatted_raw_ostream &OS, MCInstPrinter *IP, bool IsVerboseAsm) argument
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dia64-opc.h53 #define IP IA64_OPND_IP macro
/freebsd-11-stable/secure/lib/libcrypt/
H A Dcrypt-des.c77 static u_char IP[64] = { variable
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1as_main.cpp446 MCInstPrinter *IP = TheTarget->createMCInstPrinter( local

Completed in 194 milliseconds

12