Home
last modified time | relevance | path

Searched defs:JT (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h46 CaseCluster(uint64_t Low, uint64_t High, InstJumpTable *JT) in CaseCluster()
74 InstJumpTable *JT; /// Jump table targets. member
DIceELFObjectWriter.cpp591 void ELFObjectWriter::writeJumpTable(const JumpTableData &JT, in writeJumpTable()
DIceCfg.cpp1719 for (const InstJumpTable *JT : JumpTables) in markNodesForSandboxing() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp168 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTables() local
DELFWriter.cpp222 const MCSectionELF *JT = in getJumpTableSection() local
/external/llvm/lib/Target/XCore/
DXCoreAsmPrinter.cpp197 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreAsmPrinter.cpp212 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in printInlineJT() local
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h47 JT, // Jump table. enumerator
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.cpp643 const JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
652 const auto *JT = cast<JumpTableSDNode>(Op.getOperand(1)); in LowerBR_JT() local
/external/llvm/lib/Target/ARM/
DARMAsmPrinter.cpp1025 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableAddrs() local
1064 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableInsts() local
1090 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTableTBInst() local
DARMConstantIslandPass.cpp608 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in doInitialJumpTablePlacement() local
2114 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in optimizeThumb2JumpTables() local
2228 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in reorderThumb2JumpTables() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1113 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in initJumpTableInfo() local
1134 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in emitJumpTableInfo() local
1234 const std::vector<MachineJumpTableEntry> &JT = JumpTable->getJumpTables(); in getJumpTableEntryAddress() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp52 int JT; member
DMSP430ISelLowering.cpp1073 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp51 int JT; member
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.cpp919 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJumpTable() local
968 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in EmitJump2Table() local
DARMConstantIslandPass.cpp1707 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in OptimizeThumb2JumpTables() local
1830 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in ReorderThumb2JumpTables() local
DARMBaseInstrInfo.cpp530 static unsigned getNumJTEntries(const std::vector<MachineJumpTableEntry> &JT, in getNumJTEntries()
601 const std::vector<MachineJumpTableEntry> &JT = MJTI->getJumpTables(); in GetInstSizeInBytes() local
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZISelLowering.cpp767 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/external/libpcap/
Dgencode.h394 #define JT(b) ((b)->et.succ) macro
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaISelLowering.cpp196 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp1042 const std::vector<MachineJumpTableEntry> &JT = JtInfo->getJumpTables(); in NaClAlignIndirectJumpTargets() local
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeISelLowering.cpp614 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op); in LowerJumpTable() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp361 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp403 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) { in AddOperand() local

12