Searched refs:TCVT (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 16960 EVT TCVT = MVT::i64; // All constants taken to be 64 bits so that negative in LowerAsmOperandForConstraint() local 16966 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16970 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16974 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16978 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16982 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16986 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16990 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint() 16994 Result = DAG.getTargetConstant(Value, dl, TCVT); in LowerAsmOperandForConstraint()
|