Searched refs:IsSExt (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetCallingConv.h | 30 unsigned IsSExt : 1; ///< Sign extended member 58 : IsZExt(0), IsSExt(0), IsInReg(0), IsSRet(0), IsByVal(0), IsNest(0), in ArgFlagsTy() 71 bool isSExt() const { return IsSExt; } in isSExt() 72 void setSExt() { IsSExt = 1; } in setSExt()
|
D | MachineFrameInfo.h | 517 void setObjectSExt(int ObjectIdx, bool IsSExt) { in setObjectSExt() argument 520 Objects[ObjectIdx+NumFixedObjects].isSExt = IsSExt; in setObjectSExt()
|
D | TargetLowering.h | 183 bool IsSExt : 1; variable 198 : IsSExt(false), IsZExt(false), IsInReg(false), IsSRet(false), in ArgListEntry() 3605 bool IsSExt : 1; member 3612 : IsSExt(false), DoesNotReturn(false), IsReturnValueUsed(true), in MakeLibCallOptions() 3616 IsSExt = Value;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 3703 bool IsSExt) { in addPromotedInst() argument 3704 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in addPromotedInst() 3726 bool IsSExt) { in getOrigType() argument 3727 ExtType ExtTy = IsSExt ? SignExtension : ZeroExtension; in getOrigType() 3746 const InstrToOrigTy &PromotedInsts, bool IsSExt); 3784 const TargetLowering &TLI, bool IsSExt); 3834 bool IsSExt) { in canGetThrough() argument 3846 if (IsSExt && isa<SExtInst>(Inst)) in canGetThrough() 3853 ((!IsSExt && BinOp->hasNoUnsignedWrap()) || in canGetThrough() 3854 (IsSExt && BinOp->hasNoSignedWrap()))) in canGetThrough() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMSelectionDAGInfo.cpp | 97 Entry.IsSExt = false; in EmitSpecializedLibcall()
|
D | ARMISelLowering.cpp | 8900 Entry.IsSExt = false; in LowerFSINCOS() 8910 Entry.IsSExt = false; in LowerFSINCOS() 16220 Entry.IsSExt = isSigned; in getDivRemArgList()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 2038 Entry.IsSExt = TLI.shouldSignExtendTypeInLibCall(ArgVT, isSigned); in ExpandLibCall() 2209 Entry.IsSExt = isSigned; in ExpandDivRemLibCall() 2218 Entry.IsSExt = isSigned; in ExpandDivRemLibCall() 2303 Entry.IsSExt = false; in ExpandSinCosLibCall() 2311 Entry.IsSExt = false; in ExpandSinCosLibCall() 2319 Entry.IsSExt = false; in ExpandSinCosLibCall()
|
D | TargetLowering.cpp | 107 IsSExt = Call->paramHasAttr(ArgIdx, Attribute::SExt); in setAttributes() 142 Entry.IsSExt = shouldSignExtendTypeInLibCall(NewOp.getValueType(), in makeLibCall() 143 CallOptions.IsSExt); in makeLibCall() 144 Entry.IsZExt = !Entry.IsSExt; in makeLibCall() 148 Entry.IsSExt = Entry.IsZExt = false; in makeLibCall() 160 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall()
|
D | FastISel.cpp | 1183 if (Arg.IsSExt) in lowerCallTo()
|
D | SelectionDAGBuilder.cpp | 9091 Entry.IsSExt = false; in LowerCallTo() 9192 if (Args[i].IsSExt) in LowerCallTo() 9255 if (Args[i].IsSExt) in LowerCallTo() 9280 (ExtendKind != ISD::ANY_EXTEND && CLI.RetSExt == Args[i].IsSExt && in LowerCallTo()
|
D | LegalizeIntegerTypes.cpp | 3599 Entry.IsSExt = true; in ExpandIntRes_XMULO() 3607 Entry.IsSExt = true; in ExpandIntRes_XMULO()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelLowering.cpp | 375 Entry.IsSExt = IsSigned; in LowerDivRem()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 2702 Entry.IsSExt = false; in LowerFSINCOS()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 26275 Entry.IsSExt = false; in LowerWin64_i128OP() 28155 Entry.IsSExt = false; in LowerFSINCOS()
|