Home
last modified time | relevance | path

Searched defs:shouldExpandCmpUsingSelects (Results 1 – 3 of 3) 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/include/llvm/CodeGen/
H A DTargetLowering.h3499 virtual bool shouldExpandCmpUsingSelects(EVT VT) const { return false; } in shouldExpandCmpUsingSelects() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp28529 bool AArch64TargetLowering::shouldExpandCmpUsingSelects(EVT VT) const { in shouldExpandCmpUsingSelects() function in AArch64TargetLowering