OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineJumpTableEntry
(Results
1 - 11
of
11
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h
32
///
MachineJumpTableEntry
- One jump table in the jump table info.
34
struct
MachineJumpTableEntry
{
38
explicit
MachineJumpTableEntry
(const std::vector<MachineBasicBlock*> &M)
80
std::vector<
MachineJumpTableEntry
> JumpTables;
99
const std::vector<
MachineJumpTableEntry
> &getJumpTables() const {
/external/llvm/lib/Target/XCore/
XCoreAsmPrinter.cpp
195
const std::vector<
MachineJumpTableEntry
> &JT = MJTI->getJumpTables();
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
/external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp
56
const std::vector<
MachineJumpTableEntry
> *MJTEs;
/external/llvm/lib/CodeGen/
MachineFunction.cpp
734
JumpTables.push_back(
MachineJumpTableEntry
(DestBBs));
756
MachineJumpTableEntry
&JTE = JumpTables[Idx];
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
[
all
...]
ARMConstantIslandPass.cpp
[
all
...]
ARMBaseInstrInfo.cpp
533
static unsigned getNumJTEntries(const std::vector<
MachineJumpTableEntry
> &JT,
535
static unsigned getNumJTEntries(const std::vector<
MachineJumpTableEntry
> &JT,
608
const std::vector<
MachineJumpTableEntry
> &JT = MJTI->getJumpTables();
[
all
...]
ARMCodeEmitter.cpp
56
const std::vector<
MachineJumpTableEntry
> *MJTEs;
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp
742
const std::vector<
MachineJumpTableEntry
> &JTE = MJTI->getJumpTables();
[
all
...]
Completed in 140 milliseconds