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

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 514 /// hasExtraSrcRegAllocReq - Returns true if this instruction source operands
520 bool hasExtraSrcRegAllocReq() const {
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 453 bool hasExtraSrcRegAllocReq() const {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 251 bool hasExtraSrcRegAllocReq : 1;
InstrInfoEmitter.cpp 504 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1ULL<<MCID::ExtraSrcRegAllocReq)";
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.h 242 bool hasExtraSrcRegAllocReq;
InstrInfoEmitter.cpp 296 if (Inst.hasExtraSrcRegAllocReq) OS << "|(1<<MCID::ExtraSrcRegAllocReq)";
CodeGenInstruction.cpp 318 hasExtraSrcRegAllocReq = R->getValueAsBit("hasExtraSrcRegAllocReq");
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 481 bool hasExtraSrcRegAllocReq() const {
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 715 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 167 MI.isCall() || MI.hasExtraSrcRegAllocReq() || TII->isPredicated(MI);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CriticalAntiDepBreaker.cpp 197 MI->getDesc().hasExtraSrcRegAllocReq() ||
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 702 bool hasExtraSrcRegAllocReq(QueryType Type = AnyInBundle) const {
    [all...]

Completed in 964 milliseconds

1 2