Home
last modified time | relevance | path

Searched defs:isUndef (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/CodeGen/
DMachineInstrBundle.cpp211 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
DMachineInstr.cpp177 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp2541 unsigned &NewSrc, bool &isKill, bool &isUndef, in classifyLEAReg()
2780 bool isKill, isUndef; in convertToThreeAddress() local
2815 bool isKill, isUndef; in convertToThreeAddress() local
2845 bool isKill, isUndef; in convertToThreeAddress() local
2881 bool isKill, isUndef; in convertToThreeAddress() local
2926 bool isUndef = MI->getOperand(1).isUndef(); in convertToThreeAddress() local
2951 bool isKill, isUndef; in convertToThreeAddress() local
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h302 bool isUndef() const { in isUndef() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSVals.h121 inline bool isUndef() const { in isUndef() function
/external/llvm/lib/IR/
DConstants.cpp1001 bool isUndef = false; in get() local
1059 bool isUndef = isa<UndefValue>(C); in getImpl() local