Home
last modified time | relevance | path

Searched refs:AluOpcode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp202 LPAC::AluCode mergedAluCode(unsigned AluOpcode) { in mergedAluCode() argument
203 switch (AluOpcode) { in mergedAluCode()
251 LPAC::AluCode AluOpcode = mergedAluCode(AluInstr->getOpcode()); in insertMergedInstruction() local
254 assert(AluOpcode != LPAC::UNKNOWN && "Unknown ALU code in merging"); in insertMergedInstruction()
275 InstrBuilder.addImm(LPAC::makePreOp(AluOpcode)); in insertMergedInstruction()
277 InstrBuilder.addImm(LPAC::makePostOp(AluOpcode)); in insertMergedInstruction()
374 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock() local
378 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp202 LPAC::AluCode mergedAluCode(unsigned AluOpcode) { in mergedAluCode() argument
203 switch (AluOpcode) { in mergedAluCode()
251 LPAC::AluCode AluOpcode = mergedAluCode(AluInstr->getOpcode()); in insertMergedInstruction() local
254 assert(AluOpcode != LPAC::UNKNOWN && "Unknown ALU code in merging"); in insertMergedInstruction()
275 InstrBuilder.addImm(LPAC::makePreOp(AluOpcode)); in insertMergedInstruction()
277 InstrBuilder.addImm(LPAC::makePostOp(AluOpcode)); in insertMergedInstruction()
376 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock() local
380 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
/external/llvm-project/llvm/lib/Target/Lanai/
DLanaiMemAluCombiner.cpp202 LPAC::AluCode mergedAluCode(unsigned AluOpcode) { in mergedAluCode() argument
203 switch (AluOpcode) { in mergedAluCode()
251 LPAC::AluCode AluOpcode = mergedAluCode(AluInstr->getOpcode()); in insertMergedInstruction() local
254 assert(AluOpcode != LPAC::UNKNOWN && "Unknown ALU code in merging"); in insertMergedInstruction()
275 InstrBuilder.addImm(LPAC::makePreOp(AluOpcode)); in insertMergedInstruction()
277 InstrBuilder.addImm(LPAC::makePostOp(AluOpcode)); in insertMergedInstruction()
376 LPAC::AluCode AluOpcode = static_cast<LPAC::AluCode>(AluOperand.getImm()); in combineMemAluInBasicBlock() local
380 if (!LPAC::modifiesOp(AluOpcode) && DestReg != BaseReg) { in combineMemAluInBasicBlock()
/external/llvm-project/clang/lib/AST/Interp/
DOpcodes.td103 class AluOpcode : Opcode {
373 def AddOffset : AluOpcode;
375 def SubOffset : AluOpcode;
382 def Sub : AluOpcode;
383 def Add : AluOpcode;
384 def Mul : AluOpcode;