Searched refs:JTInfo (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CompressJumpTables.cpp | 115 auto &JTInfo = *MF->getJumpTableInfo(); in compressJumpTable() local 116 const MachineJumpTableEntry &JT = JTInfo.getJumpTables()[JTIdx]; in compressJumpTable()
|
H A D | AArch64ISelLowering.cpp | 10837 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Op.getOperand(0), DL); in LowerBR_JT() local 10838 return DAG.getNode(ISD::BRIND, DL, MVT::Other, JTInfo, SDValue(Dest, 0)); in LowerBR_JT()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 22224 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Value, dl); in expandIndirectJTBranch() 22225 return DAG.getNode(RISCVISD::SW_GUARDED_BRIND, dl, MVT::Other, JTInfo, in expandIndirectJTBranch() 22221 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Value, dl); expandIndirectJTBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 58012 SDValue JTInfo = DAG.getJumpTableDebugInfo(JTI, Value, dl); in expandIndirectJTBranch() local 58013 return DAG.getNode(X86ISD::NT_BRIND, dl, MVT::Other, JTInfo, Addr); in expandIndirectJTBranch()
|