Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineConstantPool.h149 const std::vector<MachineConstantPoolEntry> &getConstants() const { in getConstants() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h82 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl()
DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
DARMConstantIslandPass.cpp352 << MCP->getConstants().size() << " CP entries, aligned to " in runOnMachineFunction()
516 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialConstPlacement()
670 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()
671 return Align(MCP->getConstants()[CPI].getAlignment()); in getCPEAlign()
DARMAsmPrinter.cpp1197 if (CPI >= MCP->getConstants().size()) in EmitUnwindingInstruction()
1202 const MachineConstantPoolEntry &CPE = MCP->getConstants()[CPI]; in EmitUnwindingInstruction()
1629 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
DARMBaseInstrInfo.cpp1650 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPI]; in duplicateCPV()
1778 const MachineConstantPoolEntry &MCPE0 = MCP->getConstants()[CPI0]; in produceSameValue()
1779 const MachineConstantPoolEntry &MCPE1 = MCP->getConstants()[CPI1]; in produceSameValue()
DARMFrameLowering.cpp1497 FnSize += MF.getConstantPool()->getConstants().size() * 4; in EstimateFunctionSizeInBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsConstantIslandPass.cpp551 const std::vector<MachineConstantPoolEntry> &CPs = MCP->getConstants(); in doInitialPlacement()
630 assert(CPI < MCP->getConstants().size() && "Invalid constant pool index."); in getCPEAlign()
631 return Align(MCP->getConstants()[CPI].getAlignment()); in getCPEAlign()
DMipsAsmPrinter.cpp227 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx]; in EmitInstruction()
/third_party/protobuf/php/tests/
DWellKnownTest.php404 $constants = $reflectionClass->getConstants();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyAsmPrinter.cpp281 assert(MF->getConstantPool()->getConstants().empty() && in EmitConstantPool()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMIRPrinter.cpp504 for (const MachineConstantPoolEntry &Constant : ConstantPool.getConstants()) { in convert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1748 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); in EmitConstantPool()
2848 MF->getConstantPool()->getConstants()[CPID]; in GetCPISymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1744 MI.getParent()->getParent()->getConstantPool()->getConstants(); in getConstantFromPool()