Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h1080 inline bool isSignedIntSetCC(CondCode Code) { in isSignedIntSetCC() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4424 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
4437 ExtOp = isSignedIntSetCC(CCCode) ? ISD::SIGN_EXTEND : ISD::ZERO_EXTEND; in PromoteNode()
DTargetLowering.cpp3308 !ISD::isSignedIntSetCC(Cond) && in SimplifySetCC()
3562 if (ISD::isSignedIntSetCC(Cond)) { in SimplifySetCC()
DDAGCombiner.cpp8936 bool IsSigned = isSignedIntSetCC(CC); in visitVSELECT()
9179 if (ExtOpc == ISD::ZERO_EXTEND && ISD::isSignedIntSetCC(CC)) in ExtendUsesToFormExtLoad()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5093 if (ISD::isSignedIntSetCC(CC)) in Select()
DPPCISelLowering.cpp12363 if (ISD::isSignedIntSetCC(CC)) { in DAGCombineTruncBoolExt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp4286 !isSignedIntSetCC(CC)) { in getARMCmp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp43889 (CC == ISD::SETNE || CC == ISD::SETEQ || ISD::isSignedIntSetCC(CC))) { in combineSetCC()