Home
last modified time | relevance | path

Searched refs:AddInstr (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp18 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()
DMipsAnalyzeImmediate.h33 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsAnalyzeImmediate.cpp22 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()
DMipsAnalyzeImmediate.h36 void AddInstr(InstSeqLs &SeqLs, const Inst &I);
/external/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc229 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()