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

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp199 bool isUndef = UndefUseSet.count(Reg); local
H A DMachineInstr.cpp129 ChangeToRegister(unsigned Reg, bool isDef, bool isImp, bool isKill, bool isDead, bool isUndef, bool isDebug) argument
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h294 bool isUndef() const { function in class:llvm::MachineOperand
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSVals.h121 inline bool isUndef() const { function in class:clang::ento::SVal
/freebsd-10.1-release/contrib/llvm/lib/IR/
H A DConstants.cpp880 bool isUndef = false; local
932 bool isUndef = isa<UndefValue>(C); local
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp2121 bool isKill, isUndef; local
2161 bool isKill, isUndef; local
1850 classifyLEAReg(MachineInstr *MI, const MachineOperand &Src, unsigned Opc, bool AllowSP, unsigned &NewSrc, bool &isKill, bool &isUndef, MachineOperand &ImplicitOp) const argument
2192 bool isKill, isUndef; local
2228 bool isKill, isUndef; local
2272 bool isUndef = MI->getOperand(1).isUndef(); local
2297 bool isKill, isUndef; local
[all...]

Completed in 194 milliseconds