Searched refs:CMGE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.h | 245 CMGE, enumerator
|
| HD | AArch64InstrInfo.td | 784 def AArch64cmge: SDNode<"AArch64ISD::CMGE", SDT_AArch64binvec>; 5219 defm CMGE : SIMDCmpTwoVector<1, 0b01000, "cmge", AArch64cmgez>; 5499 defm CMGE : SIMDThreeSameVector<0, 0b00111, "cmge", AArch64cmge>; 5652 defm : SelectSetCC<setge, "CMGE">; 5674 defm : SelectSetCCSwapOperands<setle, "CMGE">; 5697 defm : SelectSetCCZeroRHS<setge, "CMGE">; 5722 defm : SelectSetCCZeroLHS<setle, "CMGE">; 5910 defm CMGE : SIMDThreeScalarD<0, 0b00111, "cmge", AArch64cmge>; 6017 defm CMGE : SIMDCmpTwoScalarD< 1, 0b01000, "cmge", AArch64cmgez>;
|
| HD | AArch64ISelLowering.cpp | 2442 case AArch64ISD::CMGE: in ComputeNumSignBitsForTargetNode() 2651 MAKE_CASE(AArch64ISD::CMGE) in getTargetNodeName() 15042 return DAG.getNode(AArch64ISD::CMGE, dl, VT, LHS, RHS); in EmitVectorComparison() 15052 return DAG.getNode(AArch64ISD::CMGE, dl, VT, RHS, LHS); in EmitVectorComparison()
|
| /freebsd-head/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | arm_neon.td | 872 def CMGE : SInst<"vcgez", "U.", "csilfdQcQsQiQlQfQd">;
|