Home
last modified time | relevance | path

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

12

/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGAddressAnalysis.cpp55 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex()
57 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
HDSelectionDAGDumper.cpp725 if (CP->isMachineConstantPoolEntry()) in print_details()
HDInstrEmitter.cpp452 if (CP->isMachineConstantPoolEntry()) in AddOperand()
HDSelectionDAG.cpp784 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
12720 if (isMachineConstantPoolEntry()) in getType()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZConstantPoolValue.cpp32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
HDSystemZISelLowering.cpp3749 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
HDSelectionDAGNodes.h1999 bool isMachineConstantPoolEntry() const {
2004 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
2009 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDMachineFunction.cpp1381 if (isMachineConstantPoolEntry()) in getSizeInBytes()
1387 if (isMachineConstantPoolEntry()) in needsRelocation()
1415 if (C.isMachineConstantPoolEntry()) { in ~MachineConstantPool()
1487 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
1521 if (Constants[i].isMachineConstantPoolEntry()) in print()
HDMIRPrinter.cpp583 if (Constant.isMachineConstantPoolEntry()) { in convert()
593 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaConstantPoolValue.h67 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
HDXtensaAsmPrinter.cpp106 if (CPE.isMachineConstantPoolEntry()) { in emitMachineConstantPoolEntry()
HDXtensaISelLowering.cpp669 if (!CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/CSKY/
HDCSKYConstantPoolValue.h91 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
HDCSKYAsmPrinter.cpp115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/ARM/
HDARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
HDARMAsmPrinter.cpp1383 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1815 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
HDARMBaseInstrInfo.cpp1771 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1894 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1895 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
HDARMISelLowering.cpp3507 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsAsmPrinter.cpp228 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp2634 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2686 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
3838 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/XCore/
HDXCoreISelLowering.cpp321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.cpp1155 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86InstrInfo.cpp3623 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.cpp18065 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()

12