OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasImplicitDefOfPhysReg
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/MC/
MCInstrDesc.cpp
54
bool MCInstrDesc::
hasImplicitDefOfPhysReg
(unsigned Reg,
69
return
hasImplicitDefOfPhysReg
(Reg, &RI);
/external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h
255
///
hasImplicitDefOfPhysReg
- Return true if this instruction implicitly
257
bool
hasImplicitDefOfPhysReg
(unsigned Reg) const {
Completed in 565 milliseconds