Home
last modified time | relevance | path

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

/external/llvm/lib/MC/
DConstantPools.cpp75 for (ConstantPoolMapTy::iterator CPI = ConstantPools.begin(), in emitAll() local
77 CPI != CPE; ++CPI) { in emitAll()
78 const MCSection *Section = CPI->first; in emitAll()
79 ConstantPool &CP = CPI->second; in emitAll()
/external/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp311 unsigned CPI; member
314 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry()
379 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
395 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
618 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument
620 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
639 unsigned CPI = CPEMI->getOperand(1).getIndex(); in getCPELogAlign() local
640 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
641 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
787 unsigned CPI = I->getOperand(op).getIndex(); in initializeFunctionInfo() local
[all …]
/external/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp217 unsigned CPI; member
220 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {} in CPEntry()
279 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
286 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
487 AFI->recordCPEClone(i, CPE.CPI); in runOnMachineFunction()
590 *ARMConstantIslands::findConstPoolEntry(unsigned CPI, in findConstPoolEntry() argument
592 std::vector<CPEntry> &CPEs = CPEntries[CPI]; in findConstPoolEntry()
611 unsigned CPI = CPEMI->getOperand(1).getIndex(); in getCPELogAlign() local
612 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPELogAlign()
613 unsigned Align = MCP->getConstants()[CPI].getAlignment(); in getCPELogAlign()
[all …]
DARMAsmPrinter.cpp1141 unsigned CPI = MI->getOperand(1).getIndex(); in EmitUnwindingInstruction() local
1143 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()
1144 CPI = AFI.getOriginalCPIdx(CPI); in EmitUnwindingInstruction()
1145 assert(CPI != -1U && "Invalid constpool index"); in EmitUnwindingInstruction()
1148 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
DARMBaseInstrInfo.cpp1345 static unsigned duplicateCPV(MachineFunction &MF, unsigned &CPI) { in duplicateCPV() argument
1349 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1384 CPI = MCP->getConstantPoolIndex(NewCPV, MCPE.getAlignment()); in duplicateCPV()
1405 unsigned CPI = Orig->getOperand(1).getIndex(); in reMaterialize() local
1406 unsigned PCLabelId = duplicateCPV(MF, CPI); in reMaterialize()
1409 .addConstantPoolIndex(CPI).addImm(PCLabelId); in reMaterialize()
1422 unsigned CPI = Orig->getOperand(1).getIndex(); in duplicate() local
1423 unsigned PCLabelId = duplicateCPV(MF, CPI); in duplicate()
1424 Orig->getOperand(1).setIndex(CPI); in duplicate()
DARMFrameLowering.cpp1983 unsigned CPI = MCP->getConstantPoolIndex(NewCPV, MF.getAlignment()); in adjustForSegmentedStacks() local
1987 .addConstantPoolIndex(CPI)); in adjustForSegmentedStacks()
DARMISelLowering.cpp6387 unsigned CPI = MCP->getConstantPoolIndex(CPV, 4); in SetupEntryBlockForSjLj() local
6410 .addConstantPoolIndex(CPI) in SetupEntryBlockForSjLj()
6437 .addConstantPoolIndex(CPI) in SetupEntryBlockForSjLj()
6469 .addConstantPoolIndex(CPI) in SetupEntryBlockForSjLj()
/external/llvm/test/CodeGen/ARM/Windows/
Dlong-calls.ll13 ; CHECK: ldr [[REG:r[0-9]+]], [[CPI:LCPI[_0-9]+]]
16 ; CHECK: [[CPI]]:
/external/llvm/lib/Target/X86/
DX86InstrBuilder.h175 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI, in addConstantPoolReference() argument
179 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0); in addConstantPoolReference()
DX86FastISel.cpp3353 unsigned CPI = MCP.getConstantPoolIndex(CFP, Align); in X86MaterializeFP() local
3360 .addConstantPoolIndex(CPI, 0, OpFlag); in X86MaterializeFP()
3373 CPI, PICBase, OpFlag); in X86MaterializeFP()
DX86InstrInfo.cpp5309 unsigned CPI = MCP.getConstantPoolIndex(C, Alignment); in foldMemoryOperandImpl() local
5315 MOs.push_back(MachineOperand::CreateCPI(CPI, 0)); in foldMemoryOperandImpl()
/external/llvm/test/CodeGen/Mips/llvm-ir/
Dret.ll171 ; O32-DAG: lwc1 $f0, %lo($CPI
172 ; N64-DAG: lwc1 $f0, %got_ofst($CPI
202 ; O32-DAG: ldc1 $f0, %lo($CPI
203 ; N64-DAG: ldc1 $f0, %got_ofst($CPI
/external/llvm/test/CodeGen/Thumb/
Dthumb-imm.ll11 ; CHECK-NOT: CPI
/external/llvm/test/CodeGen/ARM/
Dimm.ll17 ; CHECK-NOT: CPI
/external/llvm/test/CodeGen/X86/
Dvec_return.ll13 ; CHECK: movaps {{.*}}{{CPI|__xmm@}}
Dvec_shift2.ll1 ; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep CPI
/external/ipsec-tools/src/racoon/
DTODO14 o IPComp SA with wellknown CPI in CPI field. how to handle it?
/external/llvm/test/CodeGen/PowerPC/
Dvec_constants.ll19 ; CHECK-NOT: CPI
/external/llvm/test/CodeGen/Mips/
Dbswap.ll23 ; MIPS16-DAG: lw $[[R7:[0-9]+]], $CPI
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1245 unsigned CPI = CPSections[i].CPEs[j]; in EmitConstantPool() local
1246 MCSymbol *Sym = GetCPISymbol(CPI); in EmitConstantPool()
1257 MachineConstantPoolEntry CPE = CP[CPI]; in EmitConstantPool()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp397 unsigned CPI = MCP.getConstantPoolIndex(cast<Constant>(CFP), Align); in materializeFP() local
400 ADRPReg).addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGE); in materializeFP()
406 .addConstantPoolIndex(CPI, 0, AArch64II::MO_PAGEOFF | AArch64II::MO_NC); in materializeFP()