| /freebsd-14.2/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 | 686 if (CP->isMachineConstantPoolEntry()) in print_details()
|
| H A D | InstrEmitter.cpp | 425 if (CP->isMachineConstantPoolEntry()) in AddOperand()
|
| H A D | SelectionDAG.cpp | 780 if (CP->isMachineConstantPoolEntry()) in AddNodeIDCustom() 12390 if (isMachineConstantPoolEntry()) in getType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 32 if (Constants[I].isMachineConstantPoolEntry() && in getExistingMachineCPValue()
|
| H A D | SystemZISelLowering.cpp | 3726 if (CP->isMachineConstantPoolEntry()) in lowerConstantPool()
|
| /freebsd-14.2/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 | 1953 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 D | MachineFunction.cpp | 1369 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 D | MIRPrinter.cpp | 580 if (Constant.isMachineConstantPoolEntry()) { in convert() 590 YamlConstant.IsTargetSpecific = Constant.isMachineConstantPoolEntry(); in convert()
|
| /freebsd-14.2/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-14.2/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 | 1770 assert(MCPE.isMachineConstantPoolEntry() && in duplicateCPV() 1893 bool isARMCP0 = MCPE0.isMachineConstantPoolEntry(); in produceSameValue() 1894 bool isARMCP1 = MCPE1.isMachineConstantPoolEntry(); in produceSameValue()
|
| H A D | ARMISelLowering.cpp | 3491 if (CP->isMachineConstantPoolEntry()) in LowerConstantPool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsAsmPrinter.cpp | 227 if (MCPE.isMachineConstantPoolEntry()) in emitInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 2626 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 D | XCoreISelLowering.cpp | 321 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1136 if (CPN->isMachineConstantPoolEntry()) in LowerConstantPool()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrInfo.cpp | 3519 if (ConstantEntry.isMachineConstantPoolEntry()) in getConstantFromPool()
|
| H A D | X86ISelLowering.cpp | 4572 if (!CNode || CNode->isMachineConstantPoolEntry() || CNode->getOffset() != 0) in getTargetConstantFromBasePtr()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 16509 if (!CNode || CNode->isMachineConstantPoolEntry() || in getTargetConstantFromLoad()
|