Searched refs:ExtendKind (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 67 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in getPreferredExtendForValue() local 76 ExtendKind = ISD::SIGN_EXTEND; in getPreferredExtendForValue() 78 return ExtendKind; in getPreferredExtendForValue()
|
D | SelectionDAGBuilder.cpp | 506 ISD::NodeType ExtendKind = ISD::ANY_EXTEND) { in getCopyToParts() argument 546 Val = DAG.getNode(ExtendKind, DL, ValueVT, Val); in getCopyToParts() 895 ISD::NodeType ExtendKind = PreferredExtendType; in getCopyToRegs() local 908 if (ExtendKind == ISD::ANY_EXTEND && TLI.isZExtFree(Val, RegisterVT)) in getCopyToRegs() 909 ExtendKind = ISD::ZERO_EXTEND; in getCopyToRegs() 912 NumParts, RegisterVT, V, CallConv, ExtendKind); in getCopyToRegs() 1866 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in visitRet() local 1869 ExtendKind = ISD::SIGN_EXTEND; in visitRet() 1872 ExtendKind = ISD::ZERO_EXTEND; in visitRet() 1881 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) in visitRet() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | IndVarSimplify.cpp | 990 enum ExtendKind { ZeroExtended, SignExtended, Unknown }; enum in __anona3aa523b0511::WidenIV 996 DenseMap<AssertingVH<Instruction>, ExtendKind> ExtendKindMap; 1049 ExtendKind getExtendKind(Instruction *I); 1051 using WidenedRecTy = std::pair<const SCEVAddRecExpr *, ExtendKind>; 1232 WidenIV::ExtendKind WidenIV::getExtendKind(Instruction *I) { in getExtendKind() 1272 ExtendKind ExtKind = getExtendKind(DU.NarrowDef); in getExtendedOperandRecurrence() 1321 ExtendKind ExtKind; in getWideRecurrence() 1436 ExtendKind ExtKind = getExtendKind(NarrowDef); in widenWithVariantLoadUse() 1490 ExtendKind ExtKind = getExtendKind(NarrowDef); in widenWithVariantLoadUseCodegen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1477 ISD::NodeType ExtendKind = ISD::ANY_EXTEND; in GetReturnInfo() local 1480 ExtendKind = ISD::SIGN_EXTEND; in GetReturnInfo() 1482 ExtendKind = ISD::ZERO_EXTEND; in GetReturnInfo() 1488 if (ExtendKind != ISD::ANY_EXTEND && VT.isInteger()) { in GetReturnInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1424 ISD::NodeType ExtendKind) const override;
|
D | X86ISelLowering.cpp | 2878 ISD::NodeType ExtendKind) const { in getTypeForExtReturn()
|