Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp370 MachineOperand AluOperand = MBBIter->getOperand(3); in combineMemAluInBasicBlock() local
373 assert(AluOperand.isImm() && "Unexpected memory operator type"); in combineMemAluInBasicBlock()
374 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp372 MachineOperand AluOperand = MBBIter->getOperand(3); in combineMemAluInBasicBlock() local
375 assert(AluOperand.isImm() && "Unexpected memory operator type"); in combineMemAluInBasicBlock()
376 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp372 MachineOperand AluOperand = MBBIter->getOperand(3); in combineMemAluInBasicBlock() local
375 assert(AluOperand.isImm() && "Unexpected memory operator type"); in combineMemAluInBasicBlock()
376 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock()