Searched refs:isSignedIntSetCC (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1080 inline bool isSignedIntSetCC(CondCode Code) { function in namespace:llvm::ISD
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4424 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
4437 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND;
H A DTargetLowering.cpp3308 !ISD::isSignedIntSetCC(Cond) &&
3562 if (ISD::isSignedIntSetCC(Cond)) {
H A DDAGCombiner.cpp8943 bool IsSigned = isSignedIntSetCC(CC);
9186 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp5093 if (ISD::isSignedIntSetCC(CC))
H A DPPCISelLowering.cpp12391 if (ISD::isSignedIntSetCC(CC)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4287 !isSignedIntSetCC(CC)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 698 milliseconds