Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp55 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex()
57 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
H A DSelectionDAGDumper.cpp770 if (CP->isMachineConstantPoolEntry()) in print_details()
H A DInstrEmitter.cpp449 if (CP->isMachineConstantPoolEntry()) in AddOperand()
H A DSelectionDAG.cpp809 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
13295 if (isMachineConstantPoolEntry()) in getType()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp31 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
H A DSystemZISelLowering.cpp4205 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVConstantPoolValue.cpp42 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
H A DSelectionDAGNodes.h2112 bool isMachineConstantPoolEntry() const {
2117 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
2122 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1451 if (isMachineConstantPoolEntry()) in getSizeInBytes()
1457 if (isMachineConstantPoolEntry()) in needsRelocation()
1485 if (C.isMachineConstantPoolEntry()) { in ~MachineConstantPool()
1557 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
1591 if (Constants[i].isMachineConstantPoolEntry()) in print()
H A DStaticDataSplitter.cpp149 if (CPE.isMachineConstantPoolEntry()) in getConstant()
H A DMIRPrinter.cpp598 if (Constant.isMachineConstantPoolEntry()) in convertMCP()
607 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convertMCP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h67 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DXtensaAsmPrinter.cpp113 if (CPE.isMachineConstantPoolEntry()) { in emitMachineConstantPoolEntry()
H A DXtensaISelLowering.cpp1112 if (!CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h91 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1410 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1849 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
H A DARMBaseInstrInfo.cpp1614 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1737 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1738 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp226 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2891 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2942 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
4218 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp294 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1224 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3681 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()

12