Searched refs:RetSExt (Results 1 – 4 of 4) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | FastISel.h | 58 bool RetSExt : 1; member 88 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false), in CallLoweringInfo() 104 RetSExt = Call.paramHasAttr(0, Attribute::SExt); in setCallee() 128 RetSExt = Call.paramHasAttr(0, Attribute::SExt);
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 2336 bool RetSExt : 1; member 2360 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false), in CallLoweringInfo() 2396 RetSExt = Call.paramHasAttr(0, Attribute::SExt); in setCallee() 2436 RetSExt = Value;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FastISel.cpp | 859 if (CLI.RetSExt) in getReturnAttrs() 935 if (CLI.RetSExt) in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 6969 if (CLI.RetSExt) in getReturnAttrs() 7041 if (CLI.RetSExt) in LowerCallTo() 7137 CLI.RetSExt == Args[i].isSExt && CLI.RetZExt == Args[i].isZExt)) in LowerCallTo() 7223 if (CLI.RetSExt) in LowerCallTo()
|