Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp1072 TargetLowering::getExtendForContent(TLI.getBooleanContents(ValVT)); in PromoteTargetBoolean()
H A DLegalizeVectorTypes.cpp509 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecRes_SETCC()
657 TargetLowering::getExtendForContent(TLI.getBooleanContents(OpVT)); in ScalarizeVecOp_VSETCC()
H A DTargetLowering.cpp3077 ISD::NodeType ExtendCode = getExtendForContent(getBooleanContents(OpVT)); in SimplifySetCC()
H A DSelectionDAG.cpp1124 return getNode(TLI->getExtendForContent(BType), SL, VT, Op); in getBoolExtOrTrunc()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h205 static ISD::NodeType getExtendForContent(BooleanContent Content) { in getExtendForContent() function