/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 55 A->isMachineConstantPoolEntry() == B->isMachineConstantPoolEntry(); in equalBaseIndex() 57 if (A->isMachineConstantPoolEntry()) in equalBaseIndex()
|
H A D | SelectionDAGDumper.cpp | 725 if (CP->isMachineConstantPoolEntry()) in print_details()
|
H A D | InstrEmitter.cpp | 452 if (CP->isMachineConstantPoolEntry()) in AddOperand()
|
H A D | SelectionDAG.cpp | 784 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom() 12720 if (isMachineConstantPoolEntry()) in getType()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZConstantPoolValue.cpp | 32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
|
H A D | SystemZISelLowering.cpp | 3749 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineConstantPool.h | 93 bool isMachineConstantPoolEntry() const { return IsMachineConstantPoolEntry; } in isMachineConstantPoolEntry() function
|
H A D | SelectionDAGNodes.h | 1999 bool isMachineConstantPoolEntry() const { 2004 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type"); 2009 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 1381 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()
|
H A D | MIRPrinter.cpp | 583 if (Constant.isMachineConstantPoolEntry()) { in convert() 593 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYConstantPoolValue.h | 91 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
H A D | CSKYAsmPrinter.cpp | 115 if (MCPE.isMachineConstantPoolEntry()) in emitCustomConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaConstantPoolValue.h | 67 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
H A D | XtensaAsmPrinter.cpp | 106 if (CPE.isMachineConstantPoolEntry()) { in emitMachineConstantPoolEntry()
|
H A D | XtensaISelLowering.cpp | 669 if (!CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.h | 82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
H A D | ARMAsmPrinter.cpp | 1383 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction() 1815 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
H A D | ARMBaseInstrInfo.cpp | 1771 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV() 1894 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue() 1895 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
|
H A D | ARMISelLowering.cpp | 3507 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsAsmPrinter.cpp | 228 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 2634 if (!CPE.isMachineConstantPoolEntry()) in emitConstantPool() 2686 if (CPE.isMachineConstantPoolEntry()) in emitConstantPool() 3838 if (!CPE.isMachineConstantPoolEntry()) { in GetCPISymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 1155 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 3623 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 18065 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()
|