Searched defs:RetSExt (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | FastISel.h | 62 bool RetSExt : 1; member in struct:llvm::FastISel::CallLoweringInfo 92 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false), 108 RetSExt = Call.paramHasAttr(0, Attribute::SExt); 132 RetSExt = Call.paramHasAttr(0, Attribute::SExt);
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 6327 bool RetSExt, bool RetZExt, bool isVarArg, 6416 if (RetSExt) 6457 if (RetSExt) 6326 LowerCallTo(SDValue Chain, Type *RetTy, bool RetSExt, bool RetZExt, bool isVarArg, bool isInreg, unsigned NumFixedArgs, CallingConv::ID CallConv, bool isTailCall, bool isReturnValueUsed, SDValue Callee, ArgListTy &Args, SelectionDAG &DAG, DebugLoc dl) const argument
|
Completed in 385 milliseconds