Searched refs:TargetConstantPool (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 132 TargetConstantPool, enumerator
|
D | SelectionDAGNodes.h | 1290 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 1298 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 1336 N->getOpcode() == ISD::TargetConstantPool;
|
/external/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 130 TargetConstantPool, enumerator
|
D | SelectionDAGNodes.h | 1444 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1452 : SDNode(isTarget ? ISD::TargetConstantPool : ISD::ConstantPool, 0, 1488 N->getOpcode() == ISD::TargetConstantPool;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 138 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
|
D | SelectionDAG.cpp | 431 case ISD::TargetConstantPool: { in AddNodeIDCustom() 1337 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool() 1364 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool()
|
D | SelectionDAGISel.cpp | 2744 case ISD::TargetConstantPool: in SelectCodeCommon()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 996 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeRI() 1052 N.getOperand(0).getOpcode() == ISD::TargetConstantPool) in SelectThumbAddrModeImm5S() 1195 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUISelDAGToDAG.cpp | 349 case ISD::TargetConstantPool: in SelectAFormAddr()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 401 case ISD::TargetConstantPool: { in AddNodeIDCustom() 1125 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool() 1152 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool; in getConstantPool() 5942 case ISD::TargetConstantPool: return "TargetConstantPool"; in getOperationName()
|
D | SelectionDAGISel.cpp | 2034 case ISD::TargetConstantPool: in SelectCodeCommon()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetSelectionDAG.td | 296 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 345 def tconstpool : SDNode<"ISD::TargetConstantPool", SDTPtrLeaf, [],
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1568 if (N->getOpcode() != ISD::TargetConstantPool && in selectMOV64Imm32()
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 875 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm() 991 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImmShift()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 1298 if (Base.getOpcode() == ISD::TargetConstantPool) in SelectT2AddrModeImm12()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1875 Disp.getOpcode() == ISD::TargetConstantPool || in SelectAddressRegImm()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86GenDAGISel.inc | 5125 /*SwitchOpcode*/ 27, TARGET_VAL(ISD::TargetConstantPool),// ->11292 29339 /*60379*/ OPC_SwitchOpcode /*6 cases */, 14, TARGET_VAL(ISD::TargetConstantPool),// ->60397 29393 /*60492*/ OPC_SwitchOpcode /*6 cases */, 15, TARGET_VAL(ISD::TargetConstantPool),// ->60511 36165 /*75009*/ OPC_SwitchOpcode /*6 cases */, 50, TARGET_VAL(ISD::TargetConstantPool),// ->75063
|