HomeSort by relevance Sort by last modified time
    Searched refs:hasExtraDefRegAllocReq (Results 1 - 25 of 29) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 524 /// hasExtraDefRegAllocReq - Returns true if this instruction def operands
530 bool hasExtraDefRegAllocReq() const {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 463 bool hasExtraDefRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 252 bool hasExtraDefRegAllocReq : 1;
InstrInfoEmitter.cpp 505 if (Inst.hasExtraDefRegAllocReq) OS << "|(1ULL<<MCID::ExtraDefRegAllocReq)";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 243 bool hasExtraDefRegAllocReq;
InstrInfoEmitter.cpp 297 if (Inst.hasExtraDefRegAllocReq) OS << "|(1<<MCID::ExtraDefRegAllocReq)";
CodeGenInstruction.cpp 319 hasExtraDefRegAllocReq = R->getValueAsBit("hasExtraDefRegAllocReq");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 491 bool hasExtraDefRegAllocReq() const {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 725 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 589 if (MI.isCall() || MI.hasExtraDefRegAllocReq() || TII->isPredicated(MI))
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 575 if (MI->getDesc().isCall() || MI->getDesc().hasExtraDefRegAllocReq() ||
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 712 bool hasExtraDefRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 477 milliseconds

1 2