Home
last modified time | relevance | path

Searched refs:CPI (Results 1 – 25 of 86) sorted by relevance

1234

/external/pcre/dist2/src/
Dpcre2_jit_test.c1812 #define CPI (PCRE2_JIT_COMPLETE | PCRE2_JIT_PARTIAL_SOFT | PCRE2_JIT_INVALID_UTF) macro
1866 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "\xf4\x8f\xbf\xbf#" },
1867 { UDA, CPI, 4, 0, 0, -1, -1, { "\\B", "\\b" }, "\xf4\xa0\x80\x80#" },
1868 { UDA, CPI, 4, 1, 0, -1, -1, { "\\B", "\\b" }, "\xf4\x8f\xbf\xbf#" },
1869 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "#\xef\xbf\xbf#" },
1870 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "#\xe0\xa0\x80#" },
1871 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "\xf0\x90\x80\x80#" },
1872 { UDA, CPI, 4, 0, 0, 4, 4, { "\\B", NULL }, "\xf3\xbf\xbf\xbf#" },
1873 { UDA, CPI, 4, 0, 0, -1, -1, { "\\B", "\\b" }, "\xf0\x8f\xbf\xbf#" },
1874 { UDA, CPI, 4, 0, 0, -1, -1, { "\\B", "\\b" }, "\xf5\x80\x80\x80#" },
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/Windows/
Dtls.ll25 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:\.LCPI[0-9]+_[0-9]+]]
29 ; CHECK: [[CPI]]:
46 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:\.LCPI[0-9]+_[0-9]+]]
50 ; CHECK: [[CPI]]:
67 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:\.LCPI[0-9]+_[0-9]+]]
71 ; CHECK: [[CPI]]:
88 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:\.LCPI[0-9]+_[0-9]+]]
92 ; CHECK: [[CPI]]:
109 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:\.LCPI[0-9]+_[0-9]+]]
113 ; CHECK: [[CPI]]:
[all …]
Dlong-calls.ll13 ; CHECK: ldr [[REG:r[0-9]+]], [[CPI:\.LCPI[_0-9]+]]
16 ; CHECK: [[CPI]]:
/external/llvm/test/CodeGen/ARM/Windows/
Dtls.ll25 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
29 ; CHECK: [[CPI]]:
46 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
50 ; CHECK: [[CPI]]:
67 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
71 ; CHECK: [[CPI]]:
88 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
92 ; CHECK: [[CPI]]:
109 ; CHECK-NEXT: ldr [[SLOT:r[0-9]]], [[CPI:LCPI[0-9]+_[0-9]+]]
113 ; CHECK: [[CPI]]:
[all …]
Dlong-calls.ll13 ; CHECK: ldr [[REG:r[0-9]+]], [[CPI:LCPI[_0-9]+]]
16 ; CHECK: [[CPI]]:
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp301 unsigned CPI; member
304 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry()
371 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
387 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
609 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument
611 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
630 unsigned CPI = CPEMI.getOperand(1).getIndex(); in getCPELogAlign() local
631 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
632 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
774 unsigned CPI = MI.getOperand(op).getIndex(); in initializeFunctionInfo() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp311 unsigned CPI; member
315 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry()
379 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
395 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
613 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument
615 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
634 unsigned CPI = CPEMI.getOperand(1).getIndex(); in getCPELogAlign() local
635 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
636 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
775 unsigned CPI = MI.getOperand(op).getIndex(); in initializeFunctionInfo() local
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp233 auto *CPI = cast<CatchPadInst>(BB->getFirstNonPHI()); in runOnFunction() local
235 if (CPI->getNumArgOperands() == 1 && in runOnFunction()
236 cast<Constant>(CPI->getArgOperand(0))->isNullValue()) in runOnFunction()
314 auto *CPI = cast<CatchPadInst>(FPI); in prepareEHPad() local
315 if (isa<ConstantTokenNone>(CPI->getCatchSwitch()->getParentPad())) in prepareEHPad()
321 IRB.CreateCall(CallPersonalityF, Exn, OperandBundleDef("funclet", CPI)); in prepareEHPad()
/external/llvm/lib/MC/
DConstantPools.cpp73 for (auto &CPI : ConstantPools) { in emitAll() local
74 MCSection *Section = CPI.first; in emitAll()
75 ConstantPool &CP = CPI.second; in emitAll()
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp215 unsigned CPI; member
218 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry()
295 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
302 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
519 AFI->recordCPEClone(i, CPE.CPI); in runOnMachineFunction()
685 *ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument
687 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
714 unsigned CPI = getCombinedIndex(CPEMI); in getCPELogAlign() local
715 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
716 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DConstantPools.cpp90 for (auto &CPI : ConstantPools) { in emitAll() local
91 MCSection *Section = CPI.first; in emitAll()
92 ConstantPool &CP = CPI.second; in emitAll()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp158 unsigned CPI; member
162 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry()
241 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
248 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
464 AFI->recordCPEClone(i, CPE.CPI); in runOnMachineFunction()
632 ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument
634 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
662 unsigned CPI = getCombinedIndex(CPEMI); in getCPELogAlign() local
663 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
664 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/
Dshift_constant_pool.ll20 ; MIPS32: [[LABEL:\$CPI[0-9]+_[0-9]+]]:
48 ; MIPS32: [[LABEL:\$CPI[0-9]+_[0-9]+]]:
76 ; MIPS32: [[LABEL:\$CPI[0-9]+_[0-9]+]]:
103 ; MIPS32: [[LABEL:\$CPI[0-9]+_[0-9]+]]:
130 ; MIPS32: [[LABEL:\$CPI[0-9]+_[0-9]+]]:
157 ; MIPS32: [[LABEL:\$CPI[0-9]+_[0-9]+]]:
/external/autotest/client/profilers/cpistat/
Dcpistat79 CPI = cycles * 1.0/instructions variable
81 % (cycles, instructions, CPI))
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Dret.ll178 ; O32-DAG: lwc1 $f0, %lo($CPI
179 ; N64-DAG: lwc1 $f0, %got_ofst($CPI
211 ; O32-DAG: ldc1 $f0, %lo($CPI
212 ; N64-DAG: ldc1 $f0, %got_ofst($CPI
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dret.ll178 ; O32-DAG: lwc1 $f0, %lo($CPI
179 ; N64-DAG: lwc1 $f0, %got_ofst($CPI
211 ; O32-DAG: ldc1 $f0, %lo($CPI
212 ; N64-DAG: ldc1 $f0, %got_ofst($CPI
/external/llvm/test/CodeGen/Thumb/
Dthumb-imm.ll11 ; CHECK-NOT: CPI
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dthumb-imm.ll11 ; CHECK-NOT: CPI
/external/llvm/lib/Target/X86/
DX86InstrBuilder.h202 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, in addConstantPoolReference() argument
206 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
/external/iptables/extensions/
Dlibxt_ipcomp.c.man4 Matches IPcomp header CPI value.
/external/llvm/test/CodeGen/ARM/
Dimm.ll17 ; CHECK-NOT: CPI
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dimm.ll17 ; CHECK-NOT: CPI
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrBuilder.h224 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, in addConstantPoolReference() argument
228 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
/external/llvm/test/CodeGen/X86/
Dvec_return.ll13 ; CHECK: movaps {{.*}}{{CPI|__xmm@}}
/external/llvm/lib/IR/
DVerifier.cpp431 void visitCatchPadInst(CatchPadInst &CPI);
433 void visitCleanupPadInst(CleanupPadInst &CPI);
3198 if (auto *CPI = dyn_cast<CatchPadInst>(&I)) { in visitEHPadPredecessors() local
3200 Assert(BB->getUniquePredecessor() == CPI->getCatchSwitch()->getParent(), in visitEHPadPredecessors()
3203 CPI); in visitEHPadPredecessors()
3204 Assert(BB != CPI->getCatchSwitch()->getUnwindDest(), in visitEHPadPredecessors()
3206 CPI->getCatchSwitch(), CPI); in visitEHPadPredecessors()
3291 void Verifier::visitCatchPadInst(CatchPadInst &CPI) { in visitCatchPadInst() argument
3292 BasicBlock *BB = CPI.getParent(); in visitCatchPadInst()
3296 "CatchPadInst needs to be in a function with a personality.", &CPI); in visitCatchPadInst()
[all …]

1234