Searched refs:JumpTableSDNode (Results 1 - 21 of 21) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h65 if (isa<JumpTableSDNode>(Node)) return true;
H A DSelectionDAGDumper.cpp409 } else if (const JumpTableSDNode *JTDN = dyn_cast<JumpTableSDNode>(this)) {
H A DInstrEmitter.cpp397 } else if (JumpTableSDNode *JT = dyn_cast<JumpTableSDNode>(Op)) {
H A DSelectionDAG.cpp456 ID.AddInteger(cast<JumpTableSDNode>(N)->getIndex());
457 ID.AddInteger(cast<JumpTableSDNode>(N)->getTargetFlags());
891 assert(!isa<JumpTableSDNode>(N) && "Bad JumpTableSDNode!");
1325 SDNode *N = new (NodeAllocator) JumpTableSDNode(JTI, VT, isTarget,
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp160 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
H A DMSP430ISelLowering.cpp1103 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h263 SDValue lowerJumpTable(JumpTableSDNode *JT, SelectionDAG &DAG) const;
H A DSystemZISelLowering.cpp1884 SDValue SystemZTargetLowering::lowerJumpTable(JumpTableSDNode *JT,
2418 return lowerJumpTable(cast<JumpTableSDNode>(Op), DAG);
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp218 isa<JumpTableSDNode>(Opnd0)) {
H A DMipsISelLowering.h455 SDValue getTargetNode(JumpTableSDNode *N, EVT Ty, SelectionDAG &DAG,
H A DMipsSEISelDAGToDAG.cpp327 isa<JumpTableSDNode>(Opnd0)) {
H A DMipsISelLowering.cpp108 SDValue MipsTargetLowering::getTargetNode(JumpTableSDNode *N, EVT Ty,
1708 JumpTableSDNode *N = cast<JumpTableSDNode>(Op);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1449 class JumpTableSDNode : public SDNode { class in inherits:SDNode
1453 JumpTableSDNode(int jti, EVT VT, bool isTarg, unsigned char TF) function in class:JumpTableSDNode
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp680 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
718 } else if (JumpTableSDNode *J = dyn_cast<JumpTableSDNode>(N0)) {
H A DX86ISelLowering.cpp10172 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp752 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp356 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1469 if (isa<JumpTableSDNode>(GA) || CModel == CodeModel::Large)
H A DPPCISelLowering.cpp1562 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3395 JumpTableSDNode *JT = cast<JumpTableSDNode>(Op);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3677 JumpTableSDNode *JT = cast<JumpTableSDNode>(Table);

Completed in 371 milliseconds