Home
last modified time | relevance | path

Searched refs:OpLoad (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRExpandPseudoInsts.cpp1332 unsigned OpShiftOut, OpLoad, OpShiftIn, OpAdd; in expand() local
1336 OpLoad = AVR::LDIRdK; in expand()
1351 buildMI(MBB, MBBI, OpLoad) in expand()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6014 } else if (auto *OpLoad = dyn_cast<LoadInst>(V)) { in optimizePhiType() local
6015 if (!OpLoad->isSimple()) in optimizePhiType()
6017 if (!Defs.count(OpLoad)) { in optimizePhiType()
6018 Defs.insert(OpLoad); in optimizePhiType()
6019 Worklist.push_back(OpLoad); in optimizePhiType()