Home
last modified time | relevance | path

Searched refs:IndirectBranch (Results 1 – 25 of 136) sorted by relevance

123456

/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/MC/
H A DMCInstrDesc.h105 IndirectBranch, enumerator
213 bool isIndirectBranch() const { return Flags & (1 << MCID::IndirectBranch); } in isIndirectBranch()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Target/
H A DTargetInstrDesc.h105 IndirectBranch, enumerator
323 return Flags & (1 << TID::IndirectBranch); in isIndirectBranch()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h127 IndirectBranch, enumerator
281 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h128 IndirectBranch, enumerator
281 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h127 IndirectBranch, enumerator
279 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h149 IndirectBranch, enumerator
294 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCInstrDesc.h155 IndirectBranch, enumerator
303 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h150 IndirectBranch, enumerator
309 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h158 IndirectBranch, enumerator
303 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCInstrDesc.h149 IndirectBranch, enumerator
294 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInstrDesc.h150 IndirectBranch, enumerator
309 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h150 IndirectBranch, enumerator
309 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h158 IndirectBranch, enumerator
303 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCInstrDesc.h157 IndirectBranch, enumerator
302 bool isIndirectBranch() const { return Flags & (1ULL << MCID::IndirectBranch); } in isIndirectBranch()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp420 if (IndirectBranch) { in FinishFunction()
421 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
446 if (IndirectBranch) { in FinishFunction()
447 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1797 if (!IndirectBranch) in GetAddrOfLabel()
1803 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1809 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1818 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1819 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp368 if (IndirectBranch) { in FinishFunction()
369 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
394 if (IndirectBranch) { in FinishFunction()
395 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1684 if (!IndirectBranch) in GetAddrOfLabel()
1690 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1696 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1705 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1706 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp420 if (IndirectBranch) { in FinishFunction()
421 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
446 if (IndirectBranch) { in FinishFunction()
447 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1797 if (!IndirectBranch) in GetAddrOfLabel()
1803 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1809 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1818 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1819 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp367 if (IndirectBranch) { in FinishFunction()
368 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
393 if (IndirectBranch) { in FinishFunction()
394 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1840 if (!IndirectBranch) in GetAddrOfLabel()
1846 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1852 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1861 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1862 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DCodeGenFunction.cpp403 if (IndirectBranch) { in FinishFunction()
404 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
429 if (IndirectBranch) { in FinishFunction()
430 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1982 if (!IndirectBranch) in GetAddrOfLabel()
1988 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1994 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
2003 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
2004 return IndirectBranch->getParent(); in GetIndirectGotoBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp410 if (IndirectBranch) { in FinishFunction()
411 EmitBlock(IndirectBranch->getParent()); in FinishFunction()
436 if (IndirectBranch) { in FinishFunction()
437 llvm::PHINode *PN = cast<llvm::PHINode>(IndirectBranch->getAddress()); in FinishFunction()
1852 if (!IndirectBranch) in GetAddrOfLabel()
1858 IndirectBranch->addDestination(BB); in GetAddrOfLabel()
1864 if (IndirectBranch) return IndirectBranch->getParent(); in GetIndirectGotoBlock()
1873 IndirectBranch = TmpBuilder.CreateIndirectBr(DestVal); in GetIndirectGotoBlock()
1874 return IndirectBranch->getParent(); in GetIndirectGotoBlock()

123456