Searched refs:ConstantPool (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp298 setOperationAction(ISD::ConstantPool, PtrVT, Custom);
5115 case ISD::ConstantPool:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp543 case ISD::ConstantPool:
1471 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
1497 unsigned Opc = isTarget ? ISD::TargetConstantPool : ISD::ConstantPool;
H A DLegalizeDAG.cpp3816 case ISD::ConstantPool:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp439 // We want to legalize GlobalAddress and ConstantPool nodes into the
444 setOperationAction(ISD::ConstantPool, MVT::i32, Custom);
449 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
10458 case ISD::ConstantPool: return LowerConstantPool(Op, DAG);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp2290 case PseudoSourceValue::ConstantPool:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp329 setOperationAction(ISD::ConstantPool, MVT::i64, Custom);
3174 case ISD::ConstantPool:
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp435 setOperationAction(ISD::ConstantPool , VT, Custom);
18032 // ConstantPool, JumpTable, GlobalAddress, and ExternalSymbol are lowered as
[all...]

Completed in 310 milliseconds

12