Searched refs:GetImm (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TileShapeInfo.h | 70 auto GetImm = [&](Register Reg) { in deduceImm() 81 RowImm = GetImm(Row->getReg()); in deduceImm() 82 ColImm = GetImm(Col->getReg()); in deduceImm()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MicroMipsSizeReduction.cpp | 308 static bool GetImm(MachineInstr *MI, unsigned Op, int64_t &Imm) { in GetImm() function 341 if (!GetImm(MI, Entry.ImmField(), offset)) in ImmInRange() 401 if (!GetImm(MI1, 2, Offset1)) in ConsecutiveInstr() 403 if (!GetImm(MI2, 2, Offset2)) in ConsecutiveInstr() 529 if (!GetImm(MI, Entry.ImmField(), ImmValue)) in ReduceADDIUToADDIUSP()
|