Home
last modified time | relevance | path

Searched refs:Operand0 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp664 unsigned Operand0, Operand1; member in __anon151c950f0211::CommutingState
678 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
682 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
684 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
686 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1043 static constexpr int64_t Operand0 = \ in TEST_F()
1047 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1078 static constexpr int64_t Operand0 = \ in TEST_F()
1082 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1106 static constexpr int64_t Operand0 = \ in TEST_F()
1110 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1196 static constexpr Operand0Type_##Type##Size Operand0 = \ in TEST_F()
1198 static constexpr Type##Size##_t Operand0Lo = Operand0 & Mask##Size; \ in TEST_F()
1200 (Operand0 >> Size) & Mask##Size; \ in TEST_F()
1228 static constexpr uint32_t Quocient = (Operand0 / Operand1) & Mask##Size; \ in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRegStackify.cpp699 unsigned Operand0, Operand1; member in __anone59bca470211::CommutingState
713 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
717 Operand0 = TargetInstrInfo::CommuteAnyOperandIndex; in MaybeCommute()
719 if (TII->findCommutedOpIndices(*Insert, Operand0, Operand1)) { in MaybeCommute()
721 TII->commuteInstruction(*Insert, /*NewMI=*/false, Operand0, Operand1); in MaybeCommute()
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1074 static constexpr int64_t Operand0 = \ in TEST_F()
1078 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1104 static constexpr int64_t Operand0 = \ in TEST_F()
1108 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1132 static constexpr int64_t Operand0 = \ in TEST_F()
1136 static constexpr uint32_t Expected = Mask##Size & (Operand0 * Operand1); \ in TEST_F()
1227 static constexpr Operand0Type_##Type##Size Operand0 = \ in TEST_F()
1229 static constexpr Type##Size##_t Operand0Lo = Operand0 & Mask##Size; \ in TEST_F()
1231 (Operand0 >> Size) & Mask##Size; \ in TEST_F()
1258 static constexpr uint32_t Quocient = (Operand0 / Operand1) & Mask##Size; \ in TEST_F()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/GlobalISel/
Davoid-matchtable-crash.mir27 ; because Operand0 is not a register.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2371 SDValue Operand0 = N->getOperand(0); in isSplatVector() local
2374 if (N->getOperand(i) != Operand0) in isSplatVector()
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp2279 SDValue Operand0 = N->getOperand(0); in isSplatVector() local
2282 if (N->getOperand(i) != Operand0) in isSplatVector()