Searched refs:RetZExt (Results 1 - 6 of 6) 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/llvm/include/llvm/Target/
H A DTargetLowering.h2493 bool RetZExt : 1;
2518 : RetTy(nullptr), RetSExt(false), RetZExt(false), IsVarArg(false),
2557 RetZExt = Call.paramHasAttr(0, Attribute::ZExt);
2606 RetZExt = Value;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp861 if (CLI.RetZExt)
936 if (CLI.RetZExt)
H A DSelectionDAGBuilder.cpp7468 if (CLI.RetZExt)
7542 if (CLI.RetZExt)
7653 CLI.RetSExt == Args[i].isSExt && CLI.RetZExt == Args[i].isZExt))
7753 else if (CLI.RetZExt)
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetLowering.h1224 LowerCallTo(SDValue Chain, Type *RetTy, bool RetSExt, bool RetZExt,
/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 472 milliseconds