Searched refs:MIBLO (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRExpandPseudoInsts.cpp | 186 auto MIBLO = buildMI(MBB, MBBI, Op) in expandLogic() local 192 MIBLO->getOperand(3).setIsDead(); in expandLogic() 234 auto MIBLO = buildMI(MBB, MBBI, Op) in expandLogicImm() local 240 MIBLO->getOperand(3).setIsDead(); in expandLogicImm() 282 auto MIBLO = buildMI(MBB, MBBI, AVR::SUBIRdK) in expand() local 295 MIBLO.addGlobalAddress(GV, Offs, TF | AVRII::MO_NEG | AVRII::MO_LO); in expand() 301 MIBLO.addImm(Imm & 0xff); in expand() 339 auto MIBLO = buildMI(MBB, MBBI, OpLo) in expand() local 345 MIBLO->getOperand(4).setIsKill(); in expand() 399 auto MIBLO = buildMI(MBB, MBBI, OpLo) in expand() local [all …]
|