Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp686 if (CP->isMachineConstantPoolEntry()) in print_details()
H A DInstrEmitter.cpp425 if (CP->isMachineConstantPoolEntry()) in AddOperand()
H A DSelectionDAG.cpp780 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom()
12390 if (isMachineConstantPoolEntry()) in getType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
H A DSystemZISelLowering.cpp3726 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
H A DSelectionDAGNodes.h1953 bool isMachineConstantPoolEntry() const {
1958 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type");
1963 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1369 if (isMachineConstantPoolEntry()) in getSizeInBytes()
1375 if (isMachineConstantPoolEntry()) in needsRelocation()
1403 if (C.isMachineConstantPoolEntry()) { in ~MachineConstantPool()
1475 if (!Constants[i].isMachineConstantPoolEntry() && in getConstantPoolIndex()
1509 if (Constants[i].isMachineConstantPoolEntry()) in print()
H A DMIRPrinter.cpp580 if (Constant.isMachineConstantPoolEntry()) { in convert()
590 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
H A DARMAsmPrinter.cpp1383 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction()
1815 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
H A DARMBaseInstrInfo.cpp1770 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV()
1893 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue()
1894 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
H A DARMISelLowering.cpp3491 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp227 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2626 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool()
2678 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool()
3823 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1136 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3519 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
H A DX86ISelLowering.cpp4572 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp16509 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()