Home
last modified time | relevance | path

Searched refs:SETFOpc (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1500 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1508 if (SETFOpc) { in X86SelectCmp()
1515 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1517 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2059 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2063 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2067 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2086 if (SETFOpc) { in X86FastEmitCMoveSelect()
2090 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2092 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1500 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1508 if (SETFOpc) { in X86SelectCmp()
1515 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1517 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2059 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2063 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2067 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2086 if (SETFOpc) { in X86FastEmitCMoveSelect()
2090 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2092 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1502 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1510 if (SETFOpc) { in X86SelectCmp()
1517 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1519 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2065 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2069 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2073 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2092 if (SETFOpc) { in X86FastEmitCMoveSelect()
2096 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2098 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1472 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1480 if (SETFOpc) { in X86SelectCmp()
1487 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1489 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2035 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2039 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2043 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2062 if (SETFOpc) { in X86FastEmitCMoveSelect()
2066 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2068 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp957 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
962 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
965 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
987 if (SETFOpc) { in selectFCmp()
996 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
998 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1000 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1003 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1008 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1011 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1033 if (SETFOpc) { in selectFCmp()
1042 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1044 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1046 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1470 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1478 if (SETFOpc) { in X86SelectCmp()
1485 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1487 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2033 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2037 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2041 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2060 if (SETFOpc) { in X86FastEmitCMoveSelect()
2064 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2066 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp1002 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1007 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1010 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1032 if (SETFOpc) { in selectFCmp()
1041 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1043 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1045 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1478 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1486 if (SETFOpc) { in X86SelectCmp()
1493 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1495 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2041 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2045 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2049 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2068 if (SETFOpc) { in X86FastEmitCMoveSelect()
2072 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2074 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp1003 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1008 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1011 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1033 if (SETFOpc) { in selectFCmp()
1042 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1044 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1046 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1470 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1478 if (SETFOpc) { in X86SelectCmp()
1485 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1487 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2033 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2037 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2041 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2060 if (SETFOpc) { in X86FastEmitCMoveSelect()
2064 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2066 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1002 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1007 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1010 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1032 if (SETFOpc) { in selectFCmp()
1041 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1043 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1045 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1478 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1486 if (SETFOpc) { in X86SelectCmp()
1493 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1495 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2041 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2045 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2049 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2068 if (SETFOpc) { in X86FastEmitCMoveSelect()
2072 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2074 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Target/X86/
H A DX86InstructionSelector.cpp1002 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1007 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1010 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1032 if (SETFOpc) { in selectFCmp()
1041 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1043 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1045 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
H A DX86FastISel.cpp1478 const uint16_t *SETFOpc = nullptr; in X86SelectCmp() local
1486 if (SETFOpc) { in X86SelectCmp()
1493 FlagReg1).addImm(SETFOpc[0]); in X86SelectCmp()
1495 FlagReg2).addImm(SETFOpc[1]); in X86SelectCmp()
2041 const uint16_t *SETFOpc = nullptr; in X86FastEmitCMoveSelect() local
2045 SETFOpc = &SETFOpcTable[0][0]; in X86FastEmitCMoveSelect()
2049 SETFOpc = &SETFOpcTable[1][0]; in X86FastEmitCMoveSelect()
2068 if (SETFOpc) { in X86FastEmitCMoveSelect()
2072 FlagReg1).addImm(SETFOpc[0]); in X86FastEmitCMoveSelect()
2074 FlagReg2).addImm(SETFOpc[1]); in X86FastEmitCMoveSelect()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp1010 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1015 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1018 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1040 if (SETFOpc) { in selectFCmp()
1049 TII.get(X86::SETCCr), FlagReg1).addImm(SETFOpc[0]); in selectFCmp()
1051 TII.get(X86::SETCCr), FlagReg2).addImm(SETFOpc[1]); in selectFCmp()
1053 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Target/X86/
H A DX86InstructionSelector.cpp996 const uint16_t *SETFOpc = nullptr; in selectFCmp() local
1001 SETFOpc = &SETFOpcTable[0][0]; in selectFCmp()
1004 SETFOpc = &SETFOpcTable[1][0]; in selectFCmp()
1026 if (SETFOpc) { in selectFCmp()
1035 TII.get(SETFOpc[0]), FlagReg1); in selectFCmp()
1037 TII.get(SETFOpc[1]), FlagReg2); in selectFCmp()
1039 TII.get(SETFOpc[2]), ResultReg) in selectFCmp()

12