Searched refs:hasExtraSrcRegAllocReq (Results 1 - 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h514 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
520 bool hasExtraSrcRegAllocReq() const { function in class:llvm::MCInstrDesc
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h453 bool hasExtraSrcRegAllocReq() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h251 bool hasExtraSrcRegAllocReq : 1;
H A DInstrInfoEmitter.cpp504 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1ULL<<MCID::ExtraSrcRegAllocReq)";
H A DCodeGenInstruction.cpp338 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.h242 bool hasExtraSrcRegAllocReq; member in class:llvm::CodeGenInstruction
H A DInstrInfoEmitter.cpp296 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
H A DCodeGenInstruction.cpp318 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h715 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
/external/llvm/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp167 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI);
H A DAggressiveAntiDepBreaker.cpp448 bool Special = MI.isCall() || MI.hasExtraSrcRegAllocReq() ||
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DCriticalAntiDepBreaker.cpp197 MI->getDesc().hasExtraSrcRegAllocReq() ||
H A DAggressiveAntiDepBreaker.cpp455 MI->getDesc().hasExtraSrcRegAllocReq() ||

Completed in 263 milliseconds