Home
last modified time | relevance | path

Searched defs:CPI (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp305 unsigned CPI; member
608 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry()
629 unsigned CPI = CPEMI.getOperand(1).getIndex(); in getCPEAlign() local
768 unsigned CPI = MI.getOperand(op).getIndex(); in initializeFunctionInfo() local
1026 bool MipsConstantIslands::decrementCPEReferenceCount(unsigned CPI, in decrementCPEReferenceCount()
1059 unsigned CPI = CPEMI->getOperand(1).getIndex(); in findInRangeCPEntry() local
1115 unsigned CPI = CPEMI->getOperand(1).getIndex(); in findLongFormInRangeCPEntry() local
1313 unsigned CPI = CPEMI->getOperand(1).getIndex(); in handleConstantPoolUser() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp258 auto *CPI = cast<CatchPadInst>(BB->getFirstNonPHI()); in prepareEHPads() local
331 auto *CPI = cast<CatchPadInst>(FPI); in prepareEHPad() local
DWinEHPrepare.cpp148 for (const CatchPadInst *CPI : Handlers) { in addTryBlockMapEntry() local
512 if (const auto *CPI = dyn_cast<CleanupPadInst>(FirstNonPHI)) in calculateClrEHStateNumbers() local
DMachineFunction.cpp714 } else if (const auto *CPI = dyn_cast<CatchPadInst>(FirstI)) { in addLandingPad() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp89 for (auto &CPI : ConstantPools) { in emitAll() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp160 unsigned CPI; member
639 ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry()
669 unsigned CPI = getCombinedIndex(CPEMI); in getCPEAlign() local
836 unsigned CPI = I.getOperand(op).getIndex(); in initializeFunctionInfo() local
1105 bool ARMConstantIslands::decrementCPEReferenceCount(unsigned CPI, in decrementCPEReferenceCount()
1144 unsigned CPI = getCombinedIndex(CPEMI); in findInRangeCPEntry() local
1452 unsigned CPI = getCombinedIndex(CPEMI); in handleConstantPoolUser() local
DARMAsmPrinter.cpp1195 unsigned CPI = MI->getOperand(1).getIndex(); in EmitUnwindingInstruction() local
DARMBaseInstrInfo.cpp1646 static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) { in duplicateCPV()
1705 unsigned CPI = Orig.getOperand(1).getIndex(); in reMaterialize() local
1727 unsigned CPI = I->getOperand(1).getIndex(); in duplicate() local
DARMFrameLowering.cpp2412 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks() local
DARMISelLowering.cpp9500 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrBuilder.h223 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, in addConstantPoolReference()
DX86InstructionSelector.cpp1445 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP() local
DX86FastISel.cpp3789 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP() local
DX86InstrInfo.cpp5340 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl() local
/third_party/pcre2/pcre2/src/
Dpcre2_jit_test.c1829 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) macro
2117 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) macro
2325 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp526 const Value *CPI, const TargetRegisterClass *RC) { in getCatchPadExceptionPointerVReg()
DSelectionDAGISel.cpp1200 static bool hasExceptionPointerOrCodeUser(const CatchPadInst *CPI) { in hasExceptionPointerOrCodeUser()
1216 const CatchPadInst *CPI) { in mapWasmLandingPadIndex()
1257 if (const auto *CPI = dyn_cast<CatchPadInst>(LLVMBB->getFirstNonPHI())) { in PrepareEHLandingPad() local
1282 if (const auto *CPI = dyn_cast<CatchPadInst>(LLVMBB->getFirstNonPHI())) in PrepareEHLandingPad() local
DSelectionDAGBuilder.cpp1665 void SelectionDAGBuilder::visitCleanupPad(const CleanupPadInst &CPI) { in visitCleanupPad()
6810 const auto *CPI = cast<CatchPadInst>(I.getArgOperand(0)); in visitIntrinsicCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp148 if (const auto *CPI = dyn_cast<CatchPadInst>(I)) { in isBlockValidForExtraction() local
159 if (const auto *CPI = dyn_cast<CleanupPadInst>(I)) { in isBlockValidForExtraction() local
DInlineFunction.cpp384 if (auto *CPI = dyn_cast<CatchPadInst>(EHPad)) in getUnwindDestToken() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp3637 if (auto *CPI = dyn_cast<CatchPadInst>(&I)) { in visitEHPadPredecessors() local
3745 void Verifier::visitCatchPadInst(CatchPadInst &CPI) { in visitCatchPadInst()
3773 void Verifier::visitCleanupPadInst(CleanupPadInst &CPI) { in visitCleanupPadInst()
3824 } else if (auto *CPI = dyn_cast<CleanupPadInst>(U)) { in visitFuncletPadInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp625 void visitCatchSwitchInst(CatchSwitchInst &CPI) { in visitCatchSwitchInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1792 unsigned CPI = CPSections[i].CPEs[j]; in EmitConstantPool() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp441 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP() local