OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasExtraDefRegAllocReq
(Results
1 - 6
of
6
) sorted by null
/external/llvm/include/llvm/MC/
MCInstrDesc.h
495
///
hasExtraDefRegAllocReq
- Returns true if this instruction def operands
501
bool
hasExtraDefRegAllocReq
() const {
/external/llvm/utils/TableGen/
CodeGenInstruction.h
242
bool
hasExtraDefRegAllocReq
;
InstrInfoEmitter.cpp
295
if (Inst.
hasExtraDefRegAllocReq
) OS << "|(1<<MCID::ExtraDefRegAllocReq)";
CodeGenInstruction.cpp
317
hasExtraDefRegAllocReq
= R->getValueAsBit("
hasExtraDefRegAllocReq
");
/external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp
575
if (MI->getDesc().isCall() || MI->getDesc().
hasExtraDefRegAllocReq
() ||
AggressiveAntiDepBreaker.cpp
387
if (MI->getDesc().isCall() || MI->getDesc().
hasExtraDefRegAllocReq
() ||
[
all
...]
Completed in 96 milliseconds