Home
last modified time | relevance | path

Searched refs:shouldExpandCmpUsingSelects (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h531 bool shouldExpandCmpUsingSelects(EVT VT) const override { return true; } in shouldExpandCmpUsingSelects() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h417 bool shouldExpandCmpUsingSelects(EVT VT) const override;
H A DAArch64ISelLowering.cpp28529 bool AArch64TargetLowering::shouldExpandCmpUsingSelects(EVT VT) const { in shouldExpandCmpUsingSelects() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2861 if (TLI->shouldExpandCmpUsingSelects(VT)) { in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h3499 virtual bool shouldExpandCmpUsingSelects(EVT VT) const { return false; } in shouldExpandCmpUsingSelects() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8184 if (TLI.shouldExpandCmpUsingSelects(getApproximateEVTForLLT(SrcTy, Ctx)) || in lowerThreewayCompare()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp10953 if (shouldExpandCmpUsingSelects(VT) || BoolVT.getScalarSizeInBits() == 1 || in expandCMP()