Searched defs:CPI (Results 1 - 22 of 22) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXXABI.h645 llvm::CatchPadInst *CPI; member in struct:clang::CodeGen::final
647 CatchRetScope(llvm::CatchPadInst *CPI) : CPI(CPI) {} argument
H A DCGObjCRuntime.cpp231 llvm::CatchPadInst *CPI = nullptr; local
H A DCGCleanup.cpp979 llvm::CleanupPadInst *CPI = nullptr; local
H A DCGException.cpp983 auto *CPI = CGF.Builder.CreateCatchPad(CatchSwitch, CatchTypes); local
1194 auto *CPI = cast<llvm::CatchPadInst>(WasmCatchStartBlock->getFirstNonPHI()); local
2137 llvm::CatchPadInst *CPI = local
H A DMicrosoftCXXABI.cpp883 llvm::CatchPadInst *CPI = local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DWasmEHPrepare.cpp400 auto *CPI = cast<CatchPadInst>(FPI); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrBuilder.h223 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, argument
H A DX86InstructionSelector.cpp1447 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Alignment); local
H A DX86FastISel.cpp3785 unsigned CPI = MCP.getConstantPoolIndex(CFP, Alignment); local
H A DX86InstrInfo.cpp6026 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp536 getCatchPadExceptionPointerVReg( const Value *CPI, const TargetRegisterClass *RC) argument
H A DSelectionDAGISel.cpp1173 static bool hasExceptionPointerOrCodeUser(const CatchPadInst *CPI) { argument
1188 mapWasmLandingPadIndex(MachineBasicBlock *MBB, const CatchPadInst *CPI) argument
[all...]
H A DSelectionDAGBuilder.cpp1663 void SelectionDAGBuilder::visitCleanupPad(const CleanupPadInst &CPI) { argument
6719 const auto *CPI = cast<CatchPadInst>(I.getArgOperand(0)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp574 void visitCatchSwitchInst(CatchSwitchInst &CPI) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp160 unsigned CPI; member in struct:__anon4012::ARMConstantIslands::CPEntry
627 ARMConstantIslands::findConstPoolEntry(unsigned CPI, argument
657 unsigned CPI local
824 unsigned CPI = I.getOperand(op).getIndex(); local
1093 decrementCPEReferenceCount(unsigned CPI, MachineInstr *CPEMI) argument
1132 unsigned CPI = getCombinedIndex(CPEMI); local
1440 unsigned CPI = getCombinedIndex(CPEMI); local
[all...]
H A DARMFrameLowering.cpp2458 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, Align(4)); local
H A DARMBaseInstrInfo.cpp1702 static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) { argument
1761 unsigned CPI = Orig.getOperand(1).getIndex(); local
1783 unsigned CPI = I->getOperand(1).getIndex(); local
[all...]
H A DARMISelLowering.cpp9943 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp305 unsigned CPI; member in struct:__anon4217::MipsConstantIslands::CPEntry
607 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, argument
628 unsigned CPI = CPEMI.getOperand(1).getIndex(); local
767 unsigned CPI = MI.getOperand(op).getIndex(); local
1025 decrementCPEReferenceCount(unsigned CPI, MachineInstr *CPEMI) argument
1058 unsigned CPI = CPEMI->getOperand(1).getIndex(); local
1114 unsigned CPI = CPEMI->getOperand(1).getIndex(); local
1312 unsigned CPI = CPEMI->getOperand(1).getIndex(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1867 unsigned CPI = CPSections[i].CPEs[j]; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp439 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Alignment); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp3860 void Verifier::visitCatchPadInst(CatchPadInst &CPI) { argument
3888 visitCleanupPadInst(CleanupPadInst &CPI) argument
3903 "CleanupPadInst has an invalid parent.", &CPI); local
[all...]

Completed in 272 milliseconds