Searched refs:TCVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 15848 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative in LowerAsmOperandForConstraint() local 15854 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15858 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15862 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15866 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15870 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15874 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15878 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 15882 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint()
|