/third_party/pcre2/pcre2/src/ |
H A D | pcre2_jit_test.c | 1830 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) macro 1886 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "\xf4\x8f\xbf\xbf#" }, 1887 { UDA, CPI, 4, 0, 0, -1, -1, { "\\B", "\\b" }, "\xf4\xa0\x80\x80\xf4\xa0\x80\x80" }, 1888 { UDA, CPI, 4, 1, 1, -1, -1, { "\\B", "\\b" }, "\xf4\x8f\xbf\xbf\xf4\x8f\xbf\xbf" }, 1889 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "#\xef\xbf\xbf#" }, 1890 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "#\xe0\xa0\x80#" }, 1891 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "\xf0\x90\x80\x80#" }, 1892 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "\xf3\xbf\xbf\xbf#" }, 1893 { UDA, CPI, 4, 0, 0, -1, -1, { "\\B", "\\b" }, "\xf0\x8f\xbf\xbf\xf0\x8f\xbf\xbf" }, 1894 { UDA, CPI, 1996 #undef CPI global() macro 2118 #define CPI global() macro 2205 #undef CPI global() macro 2326 #define CPI global() macro 2392 #undef CPI global() macro [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 305 unsigned CPI; member 309 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry() 373 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI); 389 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI); 550 // identity mapping of CPI's to CPE's. in doInitialPlacement() 581 LLVM_DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = " in doInitialPlacement() 608 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument 610 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry() 629 unsigned CPI = CPEMI.getOperand(1).getIndex(); in getCPEAlign() local 630 assert(CPI < MC in getCPEAlign() 768 unsigned CPI = MI.getOperand(op).getIndex(); initializeFunctionInfo() local 1026 decrementCPEReferenceCount(unsigned CPI, MachineInstr *CPEMI) decrementCPEReferenceCount() argument 1059 unsigned CPI = CPEMI->getOperand(1).getIndex(); findInRangeCPEntry() local 1115 unsigned CPI = CPEMI->getOperand(1).getIndex(); findLongFormInRangeCPEntry() local 1313 unsigned CPI = CPEMI->getOperand(1).getIndex(); handleConstantPoolUser() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | WasmEHPrepare.cpp | 258 auto *CPI = cast<CatchPadInst>(BB->getFirstNonPHI()); in prepareEHPads() local 260 if (CPI->getNumArgOperands() == 1 && in prepareEHPads() 261 cast<Constant>(CPI->getArgOperand(0))->isNullValue()) in prepareEHPads() 331 auto *CPI = cast<CatchPadInst>(FPI); in prepareEHPad() local 332 if (isa<ConstantTokenNone>(CPI->getCatchSwitch()->getParentPad())) in prepareEHPad() 338 OperandBundleDef("funclet", CPI)); in prepareEHPad()
|
H A D | WinEHPrepare.cpp | 148 for (const CatchPadInst *CPI : Handlers) { in addTryBlockMapEntry() 150 Constant *TypeInfo = cast<Constant>(CPI->getArgOperand(0)); in addTryBlockMapEntry() 155 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue(); in addTryBlockMapEntry() 156 HT.Handler = CPI->getParent(); in addTryBlockMapEntry() 158 dyn_cast<AllocaInst>(CPI->getArgOperand(2)->stripPointerCasts())) in addTryBlockMapEntry() 512 if (const auto *CPI = dyn_cast<CleanupPadInst>(FirstNonPHI)) in calculateClrEHStateNumbers() 513 ParentPad = CPI->getParentPad(); in calculateClrEHStateNumbers()
|
H A D | MachineFunction.cpp | 714 } else if (const auto *CPI = dyn_cast<CatchPadInst>(FirstI)) { in addLandingPad() 715 for (unsigned I = CPI->getNumArgOperands(); I != 0; --I) { in addLandingPad() 716 Value *TypeInfo = CPI->getArgOperand(I - 1)->stripPointerCasts(); in addLandingPad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 89 for (auto &CPI : ConstantPools) { in emitAll() 90 MCSection *Section = CPI.first; in emitAll() 91 ConstantPool &CP = CPI.second; in emitAll()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 160 unsigned CPI; member 164 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry() 249 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI); 255 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI); 469 AFI->recordCPEClone(i, CPE.CPI); in runOnMachineFunction() 515 // identity mapping of CPI's to CPE's. in doInitialConstPlacement() 544 LLVM_DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = " in doInitialConstPlacement() 639 ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument 641 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry() 669 unsigned CPI in getCPEAlign() local 836 unsigned CPI = I.getOperand(op).getIndex(); initializeFunctionInfo() local 1105 decrementCPEReferenceCount(unsigned CPI, MachineInstr *CPEMI) decrementCPEReferenceCount() argument 1144 unsigned CPI = getCombinedIndex(CPEMI); findInRangeCPEntry() local 1452 unsigned CPI = getCombinedIndex(CPEMI); handleConstantPoolUser() local [all...] |
H A D | ARMAsmPrinter.cpp | 247 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol() 1195 unsigned CPI = MI->getOperand(1).getIndex(); 1197 if (CPI >= MCP->getConstants().size()) 1198 CPI = AFI->getOriginalCPIdx(CPI); 1199 assert(CPI != -1U && "Invalid constpool index"); 1202 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI];
|
H A D | ARMBaseInstrInfo.cpp | 1644 /// Create a copy of a const pool value. Update CPI to the new index and return 1646 static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) { in duplicateCPV() argument 1650 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV() 1685 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV() 1705 unsigned CPI = Orig.getOperand(1).getIndex(); in reMaterialize() local 1706 unsigned PCLabelId = duplicateCPV(MF, CPI); in reMaterialize() 1708 .addConstantPoolIndex(CPI) in reMaterialize() 1727 unsigned CPI = I->getOperand(1).getIndex(); in duplicate() local 1728 unsigned PCLabelId = duplicateCPV(MF, CPI); in duplicate() 1729 I->getOperand(1).setIndex(CPI); in duplicate() [all...] |
H A D | ARMFrameLowering.cpp | 2412 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, 4); in adjustForSegmentedStacks() local 2416 .addConstantPoolIndex(CPI) in adjustForSegmentedStacks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86InstrBuilder.h | 223 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, in addConstantPoolReference() argument 227 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
|
H A D | X86InstructionSelector.cpp | 1445 unsigned CPI = MF.getConstantPool()->getConstantPoolIndex(CFP, Align); in materializeFP() local 1455 .addConstantPoolIndex(CPI, 0, OpFlag); in materializeFP() 1480 BuildMI(*I.getParent(), I, DbgLoc, TII.get(Opc), DstReg), CPI, PICBase, in materializeFP()
|
H A D | X86FastISel.cpp | 3789 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP() local 3796 .addConstantPoolIndex(CPI, 0, OpFlag); in X86MaterializeFP() 3809 CPI, PICBase, OpFlag); in X86MaterializeFP()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Verifier.cpp | 491 void visitCatchPadInst(CatchPadInst &CPI); 493 void visitCleanupPadInst(CleanupPadInst &CPI); 3637 if (auto *CPI = dyn_cast<CatchPadInst>(&I)) { in visitEHPadPredecessors() 3639 Assert(BB->getUniquePredecessor() == CPI->getCatchSwitch()->getParent(), in visitEHPadPredecessors() 3642 CPI); in visitEHPadPredecessors() 3643 Assert(BB != CPI->getCatchSwitch()->getUnwindDest(), in visitEHPadPredecessors() 3645 CPI->getCatchSwitch(), CPI); in visitEHPadPredecessors() 3745 void Verifier::visitCatchPadInst(CatchPadInst &CPI) { in visitCatchPadInst() argument 3746 BasicBlock *BB = CPI in visitCatchPadInst() 3773 visitCleanupPadInst(CleanupPadInst &CPI) visitCleanupPadInst() argument 3788 "CleanupPadInst has an invalid parent.", &CPI); visitCleanupPadInst() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 279 unsigned getCatchPadExceptionPointerVReg(const Value *CPI,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGISel.cpp | 1200 static bool hasExceptionPointerOrCodeUser(const CatchPadInst *CPI) { in hasExceptionPointerOrCodeUser() argument 1201 for (const User *U : CPI->users()) { in hasExceptionPointerOrCodeUser() 1216 const CatchPadInst *CPI) { in mapWasmLandingPadIndex() 1221 CPI->getNumArgOperands() == 1 && in mapWasmLandingPadIndex() 1222 cast<Constant>(CPI->getArgOperand(0))->isNullValue(); in mapWasmLandingPadIndex() 1226 for (const User *U : CPI->users()) { in mapWasmLandingPadIndex() 1257 if (const auto *CPI = dyn_cast<CatchPadInst>(LLVMBB->getFirstNonPHI())) { in PrepareEHLandingPad() 1258 if (hasExceptionPointerOrCodeUser(CPI)) { in PrepareEHLandingPad() 1264 unsigned VReg = FuncInfo->getCatchPadExceptionPointerVReg(CPI, PtrRC); in PrepareEHLandingPad() 1282 if (const auto *CPI in PrepareEHLandingPad() 1215 mapWasmLandingPadIndex(MachineBasicBlock *MBB, const CatchPadInst *CPI) mapWasmLandingPadIndex() argument [all...] |
H A D | FunctionLoweringInfo.cpp | 526 const Value *CPI, const TargetRegisterClass *RC) { in getCatchPadExceptionPointerVReg() 528 auto I = CatchPadExceptionPointers.insert({CPI, 0}); in getCatchPadExceptionPointerVReg() 525 getCatchPadExceptionPointerVReg( const Value *CPI, const TargetRegisterClass *RC) getCatchPadExceptionPointerVReg() argument
|
H A D | SelectionDAGBuilder.h | 660 void visitCleanupPad(const CleanupPadInst &CPI);
|
H A D | SelectionDAGBuilder.cpp | 1665 void SelectionDAGBuilder::visitCleanupPad(const CleanupPadInst &CPI) { in visitCleanupPad() argument 6810 const auto *CPI = cast<CatchPadInst>(I.getArgOperand(0)); in visitIntrinsicCall() local 6813 unsigned VReg = FuncInfo.getCatchPadExceptionPointerVReg(CPI, PtrRC); in visitIntrinsicCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 148 if (const auto *CPI = dyn_cast<CatchPadInst>(I)) { in isBlockValidForExtraction() 149 for (const auto *U : CPI->users()) in isBlockValidForExtraction() 159 if (const auto *CPI = dyn_cast<CleanupPadInst>(I)) { in isBlockValidForExtraction() 160 for (const auto *U : CPI->users()) in isBlockValidForExtraction()
|
H A D | InlineFunction.cpp | 384 if (auto *CPI = dyn_cast<CatchPadInst>(EHPad)) in getUnwindDestToken() 385 EHPad = CPI->getCatchSwitch(); in getUnwindDestToken()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 625 void visitCatchSwitchInst(CatchSwitchInst &CPI) { in visitCatchSwitchInst() argument 626 markOverdefined(&CPI); in visitCatchSwitchInst() 627 visitTerminator(CPI); in visitCatchSwitchInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 1792 unsigned CPI = CPSections[i].CPEs[j]; in EmitConstantPool() local 1793 MCSymbol *Sym = GetCPISymbol(CPI); in EmitConstantPool() 1809 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool() 2867 "CPI" + Twine(getFunctionNumber()) + "_" + in GetCPISymbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 2161 FuncletPadInst(const FuncletPadInst &CPI);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 441 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP() local 444 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE); in materializeFP() 450 .addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGEOFF | AArch64II::MO_NC); in materializeFP()
|