Home
last modified time | relevance | path

Searched refs:getExtendForContent (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h332 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent() function
1008 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(ValVT)); in promoteTargetBoolean()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp700 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_IS_FPCLASS()
724 TargetLowering::getExtendForContent(TLI.getBooleanContents(ArgVT));
933 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecOp_VSETCC()
4150 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT));
6616 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in WidenVecOp_Convert()
7131 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in WidenVecOp_STRICT_FSETCC()
H A DSelectionDAG.cpp1523 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
6683 ? TargetLowering::getExtendForContent(TLI->getBooleanContents(VT)) in FoldConstantArithmetic()
H A DTargetLowering.cpp5425 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(OpVT)); in SimplifySetCC()
5572 IsBool ? getExtendForContent(BCont) : ISD::SIGN_EXTEND; in LowerAsmOperandForConstraint()
H A DLegalizeIntegerTypes.cpp5856 unsigned NOutExtOpc = TargetLowering::getExtendForContent(NOutBoolType); in PromoteIntRes_BUILD_VECTOR()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp58667 ISD::NodeType ExtOpc = IsBool ? getExtendForContent(BCont) in LowerAsmOperandForConstraint()