Searched defs:RetZExt (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DFastISel.h63 bool RetZExt : 1; member in struct:llvm::FastISel::CallLoweringInfo
92 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false),
109 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
133 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6327 bool RetSExt, bool RetZExt, bool isVarArg,
6418 if (RetZExt)
6459 else if (RetZExt)
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 334 milliseconds