Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGAddressAnalysis.cpp52 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex()
54 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
H A DSelectionDAGDumper.cpp657 if (CP->isMachineConstantPoolEntry()) in print_details()
H A DInstrEmitter.cpp426 if (CP->isMachineConstantPoolEntry()) in AddOperand()
H A DSelectionDAG.cpp695 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
11389 if (isMachineConstantPoolEntry()) in getType()
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
H A DSystemZISelLowering.cpp3446 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
H A DSelectionDAGNodes.h1894 bool isMachineConstantPoolEntry() const {
1899 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1904 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineFunction.cpp1388 if (isMachineConstantPoolEntry()) in getSizeInBytes()
1394 if (isMachineConstantPoolEntry()) in needsRelocation()
1422 if (C.isMachineConstantPoolEntry()) { in ~MachineConstantPool()
1485 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
1519 if (Constants[i].isMachineConstantPoolEntry()) in print()
H A DMIRPrinter.cpp561 if (Constant.isMachineConstantPoolEntry()) { in convert()
571 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
/llvm-project-15.0.7/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h89 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1310 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1725 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
H A DARMBaseInstrInfo.cpp1765 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1888 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1889 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
H A DARMISelLowering.cpp3448 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp227 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2265 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2317 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
3405 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1830 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
H A DX86ISelLowering.cpp7162 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()
/llvm-project-15.0.7/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp327 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1137 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9733 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()