Home
last modified time | relevance | path

Searched refs:getConstants (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h145 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h80 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
H A DARMConstantIslandPass.cpp372 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()
541 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
700 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()
701 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
H A DARMAsmPrinter.cpp1258 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()
1263 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1674 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
H A DARMBaseInstrInfo.cpp1739 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1867 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1868 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
H A DARMFrameLowering.cpp1607 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
624 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()
625 return MCP->getConstants()[CPI].getAlign(); in getCPEAlign()
H A DMipsAsmPrinter.cpp227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in emitInstruction()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h171 inline ListASTNode * getConstants() { return m_constants; } in getConstants() function
218 inline ListASTNode * getConstants() { return m_constants; } in getConstants() function
H A DConversionController.cpp144 processConstants(constants->getConstants()); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyAsmPrinter.cpp447 assert(MF->getConstantPool()->getConstants().empty() && in emitConstantPool()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMIRPrinter.cpp531 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2001 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in emitConstantPool()
3099 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1779 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp754 return (MCP->getConstants())[MO2.getIndex()].Val.ConstVal; in getConstantFromConstantPool()