Searched refs:isOperandImmEqual (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelector.cpp | 48 bool InstructionSelector::isOperandImmEqual( in isOperandImmEqual() function in InstructionSelector
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | InstructionSelector.cpp | 48 bool InstructionSelector::isOperandImmEqual( in isOperandImmEqual() function in InstructionSelector
|
/external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 540 bool isOperandImmEqual(const MachineOperand &MO, int64_t Value,
|
D | InstructionSelectorImpl.h | 694 if (!isOperandImmEqual(MO, Value, MRI)) { in executeMatchTable() 870 if (isOperandImmEqual(MO, 0, MRI)) in executeMatchTable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | InstructionSelector.h | 500 bool isOperandImmEqual(const MachineOperand &MO, int64_t Value,
|
D | InstructionSelectorImpl.h | 625 if (!isOperandImmEqual(MO, Value, MRI)) { in executeMatchTable() 801 if (isOperandImmEqual(MO, 0, MRI)) in executeMatchTable()
|
/external/llvm-project/llvm/docs/GlobalISel/ |
D | InstructionSelect.rst | 89 * isOperandImmEqual() - Check for a particular constant
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 2927 bool HasVOffset = !isOperandImmEqual(VOffset, 0, *MRI); in selectAMDGPU_BUFFER_ATOMIC_FADD() 2928 bool HasVIndex = !isOperandImmEqual(VIndex, 0, *MRI); in selectAMDGPU_BUFFER_ATOMIC_FADD()
|