Searched refs:TCVT (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 16746 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative in LowerAsmOperandForConstraint() local 16752 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16756 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16760 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16764 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16768 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16772 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16776 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16780 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint()
|