Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZISelLowering.h510 bool shouldExpandCmpUsingSelects() const override { return true; } in shouldExpandCmpUsingSelects() function
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h910 bool shouldExpandCmpUsingSelects() const override { return true; } in shouldExpandCmpUsingSelects() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h3396 virtual bool shouldExpandCmpUsingSelects() const { return false; } in shouldExpandCmpUsingSelects() function
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp10461 if (shouldExpandCmpUsingSelects() || BoolVT.getScalarSizeInBits() == 1 || in expandCMP()