Searched refs:TCVT (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 16233 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative in LowerAsmOperandForConstraint() local 16239 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16243 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16247 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16251 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16255 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16259 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16263 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16267 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint()
|