| /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 | 770 if (CP->isMachineConstantPoolEntry()) in print_details()
|
| H A D | InstrEmitter.cpp | 449 if (CP->isMachineConstantPoolEntry()) in AddOperand()
|
| H A D | SelectionDAG.cpp | 809 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom() 13295 if (isMachineConstantPoolEntry()) in getType()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 31 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
|
| H A D | SystemZISelLowering.cpp | 4205 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVConstantPoolValue.cpp | 42 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
|
| /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 | 2112 bool isMachineConstantPoolEntry() const { 2117 assert(!isMachineConstantPoolEntry() && "Wrong constantpool type"); 2122 assert(isMachineConstantPoolEntry() && "Wrong constantpool type");
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1451 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 D | StaticDataSplitter.cpp | 149 if (CPE.isMachineConstantPoolEntry()) in getConstant()
|
| H A D | MIRPrinter.cpp | 598 if (Constant.isMachineConstantPoolEntry()) in convertMCP() 607 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convertMCP()
|
| /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 | 113 if (CPE.isMachineConstantPoolEntry()) { in emitMachineConstantPoolEntry()
|
| H A D | XtensaISelLowering.cpp | 1112 if (!CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
|
| /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/ARM/ |
| H A D | ARMConstantPoolValue.h | 82 if (Constants[i].isMachineConstantPoolEntry() && in getExistingMachineCPValueImpl()
|
| H A D | ARMAsmPrinter.cpp | 1410 assert(!CPE.isMachineConstantPoolEntry() && "Invalid constpool entry"); in EmitUnwindingInstruction() 1849 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
| H A D | ARMBaseInstrInfo.cpp | 1614 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 D | MipsAsmPrinter.cpp | 226 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2891 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 D | XCoreISelLowering.cpp | 294 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1224 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3681 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
|