|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
include/llvm/CodeGen/BasicTTIImpl.h 387 return TLI->isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
include/llvm/CodeGen/TargetLowering.h 1017 return isOperationLegalOrCustom(ISD::BR_JT, MVT::Other) ||
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp 3437 case ISD::BR_JT: {
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 2410 SDValue BrJumpTable = DAG.getNode(ISD::BR_JT, getCurSDLoc(),
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp 348 case ISD::BR_JT: return "br_jt";
lib/Target/AArch64/AArch64ISelLowering.cpp 217 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
2984 case ISD::BR_JT:
lib/Target/AMDGPU/AMDGPUISelLowering.cpp 242 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/ARC/ARCISelLowering.cpp 119 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/ARM/ARMISelLowering.cpp 1295 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
9161 case ISD::BR_JT: return LowerBR_JT(Op, DAG);
lib/Target/AVR/AVRISelLowering.cpp 125 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/BPF/BPFISelLowering.cpp 72 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/Hexagon/HexagonISelLowering.cpp 1334 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/Lanai/LanaiISelLowering.cpp 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/MSP430/MSP430ISelLowering.cpp 84 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/Mips/MipsISelLowering.cpp 347 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/NVPTX/NVPTXISelLowering.cpp 438 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/PowerPC/PPCISelLowering.cpp 371 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/RISCV/RISCVISelLowering.cpp 86 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/Sparc/SparcISelLowering.cpp 1537 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/SystemZ/SystemZISelLowering.cpp 147 setOperationAction(ISD::BR_JT, MVT::Other, Expand);
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp 225 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
987 case ISD::BR_JT:
lib/Target/X86/X86ISelLowering.cpp 318 setOperationAction(ISD::BR_JT , MVT::Other, Expand);
lib/Target/XCore/XCoreISelLowering.cpp 113 setOperationAction(ISD::BR_JT, MVT::Other, Custom);
204 case ISD::BR_JT: return LowerBR_JT(Op, DAG);