HomeSort by relevance Sort by last modified time
    Searched refs:IndirectBranch (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrDesc.h 106 IndirectBranch,
334 return Flags & (1 << MCID::IndirectBranch);
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 106 IndirectBranch,
237 bool isIndirectBranch() const { return Flags & (1 << MCID::IndirectBranch); }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCInstrDesc.h 130 IndirectBranch,
265 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); }
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 54 DisableDebugInfo(false), DidCallStackSave(false), IndirectBranch(nullptr),
339 if (IndirectBranch) {
340 EmitBlock(IndirectBranch->getParent());
365 if (IndirectBranch) {
366 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress());
    [all...]
CodeGenFunction.h 934 /// IndirectBranch - The first time an indirect goto is seen we create a block
937 /// codegen'd as a jump to the IndirectBranch's basic block.
938 llvm::IndirectBrInst *IndirectBranch;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 468 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 455 return hasProperty(MCID::IndirectBranch, Type);
    [all...]

Completed in 927 milliseconds