Searched refs:TCVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 17864 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative in LowerAsmOperandForConstraint() local 17870 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17874 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17878 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17882 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17886 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17890 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17894 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 17898 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint()
|