Home
last modified time | relevance | path

Searched refs:modifiesOp (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiAluCode.h72 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp() function
DLanaiMemAluCombiner.cpp380 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiAluCode.h72 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp() function
DLanaiMemAluCombiner.cpp380 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
/external/llvm/lib/Target/Lanai/
DLanaiAluCode.h73 inline static bool modifiesOp(unsigned AluOp) { in modifiesOp() function
DLanaiMemAluCombiner.cpp378 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
/external/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp156 if (LPAC::modifiesOp(AluCode) && ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
/external/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp153 if (LPAC::modifiesOp(AluCode) && ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/MCTargetDesc/
DLanaiMCCodeEmitter.cpp153 if (LPAC::modifiesOp(AluCode) && ((Op2.isImm() && Op2.getImm() != 0) || in adjustPqBits()
/external/llvm-project/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp1155 Modifies = LPAC::modifiesOp(ConstExpr->getValue()); in IsMemoryAssignmentError()
/external/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp1108 Modifies = LPAC::modifiesOp(ConstExpr->getValue()); in IsMemoryAssignmentError()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp1131 Modifies = LPAC::modifiesOp(ConstExpr->getValue()); in IsMemoryAssignmentError()