Searched refs:AddInstr (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 18 void MipsAnalyzeImmediate::AddInstr(InstSeqLs &SeqLs, const Inst &I) { in AddInstr() function in MipsAnalyzeImmediate 32 AddInstr(SeqLs, Inst(ADDiu, Imm & 0xffffULL)); in GetInstSeqLsADDiu() 38 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL)); in GetInstSeqLsORi() 45 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL() 58 AddInstr(SeqLs, Inst(ADDiu, MaskedImm)); in GetInstSeqLs()
|
D | MipsAnalyzeImmediate.h | 33 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/ |
D | MipsAnalyzeImmediate.cpp | 22 void MipsAnalyzeImmediate::AddInstr(InstSeqLs &SeqLs, const Inst &I) { in AddInstr() function in MipsAnalyzeImmediate 36 AddInstr(SeqLs, Inst(ADDiu, Imm & 0xffffULL)); in GetInstSeqLsADDiu() 42 AddInstr(SeqLs, Inst(ORi, Imm & 0xffffULL)); in GetInstSeqLsORi() 49 AddInstr(SeqLs, Inst(SLL, Shamt)); in GetInstSeqLsSLL() 62 AddInstr(SeqLs, Inst(ADDiu, MaskedImm)); in GetInstSeqLs()
|
D | MipsAnalyzeImmediate.h | 36 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
|
/external/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.cc | 229 void AddInstr(int index) { in AddInstr() function in v8::internal::compiler::Range 406 live_range_.AddInstr(block->last_instruction_index()); in SpillRange() 434 void ExtendRangeTo(int instr_index) { live_range_.AddInstr(instr_index); } in ExtendRangeTo()
|