Home
last modified time | relevance | path

Searched refs:isMov (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h155 bool isMov(unsigned Opcode) const;
DAMDILCFGStructurizer.cpp623 else if (!TII->isMov(MI->getOpcode())) in getLoopendBlockBranchInstr()
DR600InstrInfo.cpp88 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() function in R600InstrInfo
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.h160 bool isMov(unsigned Opcode) const;
DR600InstrInfo.cpp108 bool R600InstrInfo::isMov(unsigned Opcode) const { in isMov() function in R600InstrInfo
DAMDILCFGStructurizer.cpp626 else if (!TII->isMov(MI->getOpcode())) in getLoopendBlockBranchInstr()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp1003 bool isMov = (row == col); in emitDeterminant() local
1004 sw::Shader::Opcode op = isMov ? sw::Shader::OPCODE_MOV : sw::Shader::OPCODE_NEG; in emitDeterminant()
1005 Instruction *mov = emit(op, result, outCol, arg, isMov ? 1 - row : row); in emitDeterminant()
1006 mov->src[0].swizzle = 0x55 * (isMov ? 1 - col : col); in emitDeterminant()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp8445 bool isMov = false; in processInstruction() local
8448 isMov = true; in processInstruction()
8470 if (isNarrow && !isMov) in processInstruction()
8474 if (newOpc != ARM::t2RRX && !isMov) in processInstruction()