Home
last modified time | relevance | path

Searched refs:isOperandImmEqual (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DInstructionSelector.cpp48 bool InstructionSelector::isOperandImmEqual( in isOperandImmEqual() function in InstructionSelector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h500 bool isOperandImmEqual(const MachineOperand &MO, int64_t Value,
DInstructionSelectorImpl.h625 if (!isOperandImmEqual(MO, Value, MRI)) { in executeMatchTable()
801 if (isOperandImmEqual(MO, 0, MRI)) in executeMatchTable()