OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getJumpTables
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
99
const std::vector<MachineJumpTableEntry> &
getJumpTables
() const {
/external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp
198
const std::vector<MachineJumpTableEntry> &JT = MJTI->
getJumpTables
();
XCoreISelLowering.cpp
363
unsigned NumEntries = MJTI->
getJumpTables
()[JTI].MBBs.size();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
ARMConstantIslandPass.cpp
595
const std::vector<MachineJumpTableEntry> &JT = MJTI->
getJumpTables
();
[
all
...]
/external/llvm/lib/CodeGen/
MIRPrinter.cpp
398
for (const auto &Table : JTI.
getJumpTables
()) {
MachineFunction.cpp
495
assert(JTI < JumpTableInfo->
getJumpTables
().size() && "Invalid JTI!");
[
all
...]
BranchFolding.cpp
246
BitVector JTIsLive(JTI->
getJumpTables
().size());
[
all
...]
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp
618
const auto &MBBs = MJTI->
getJumpTables
()[JT->getIndex()].MBBs;
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
Completed in 327 milliseconds