Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp34 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
DSystemZISelLowering.cpp2632 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp825 if (isMachineConstantPoolEntry()) in getType()
831 if (isMachineConstantPoolEntry()) in needsRelocation()
854 if (Constants[i].isMachineConstantPoolEntry()) in ~MachineConstantPool()
916 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
951 if (Constants[i].isMachineConstantPoolEntry()) in print()
DMIRPrinter.cpp379 if (Constant.isMachineConstantPoolEntry()) in convert()
/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { in isMachineConstantPoolEntry() function
DSelectionDAGNodes.h1594 bool isMachineConstantPoolEntry() const {
1599 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1604 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h74 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
DARMAsmPrinter.cpp1191 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1544 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
DARMBaseInstrInfo.cpp1368 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1489 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1490 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
DARMISelLowering.cpp2489 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
/external/llvm/lib/Target/X86/
DX86AsmPrinter.cpp568 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
DX86MCInstLower.cpp1014 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
DX86ISelLowering.cpp4845 if (!MaskCP || MaskCP->isMachineConstantPoolEntry()) in getTargetShuffleMask()
4943 if (!MaskCP || MaskCP->isMachineConstantPoolEntry()) in getTargetShuffleMask()
4996 if (!MaskCP || MaskCP->isMachineConstantPoolEntry()) in getTargetShuffleMask()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp454 if (CP->isMachineConstantPoolEntry()) in print_details()
DInstrEmitter.cpp418 if (CP->isMachineConstantPoolEntry()) in AddOperand()
DSelectionDAG.cpp460 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
7158 if (isMachineConstantPoolEntry()) in getType()
DDAGCombiner.cpp14457 CV = C->isMachineConstantPoolEntry() ? (const void *)C->getMachineCPVal() in FindBaseOffset()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp169 if (MCPE.isMachineConstantPoolEntry()) in EmitInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1279 if (!CPE.isMachineConstantPoolEntry()) in EmitConstantPool()
1333 if (CPE.isMachineConstantPoolEntry()) in EmitConstantPool()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp336 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1377 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()