Searched defs:isUndef (Results 1 – 6 of 6) sorted by relevance
| /external/llvm/lib/CodeGen/ |
| D | MachineInstrBundle.cpp | 199 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
|
| D | MachineInstr.cpp | 129 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
|
| /external/llvm/lib/Target/X86/ |
| D | X86InstrInfo.cpp | 1864 unsigned &NewSrc, bool &isKill, bool &isUndef, in classifyLEAReg() 2133 bool isKill, isUndef; in convertToThreeAddress() local 2173 bool isKill, isUndef; in convertToThreeAddress() local 2205 bool isKill, isUndef; in convertToThreeAddress() local 2242 bool isKill, isUndef; in convertToThreeAddress() local 2287 bool isUndef = MI->getOperand(1).isUndef(); in convertToThreeAddress() local 2312 bool isKill, isUndef; in convertToThreeAddress() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | MachineOperand.h | 299 bool isUndef() const { in isUndef() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | SVals.h | 121 inline bool isUndef() const { in isUndef() function
|
| /external/llvm/lib/IR/ |
| D | Constants.cpp | 918 bool isUndef = false; in get() local 970 bool isUndef = isa<UndefValue>(C); in get() local
|