Home
last modified time | relevance | path

Searched refs:expandIndirectJTBranch (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h887 SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value, SDValue Addr,
H A DRISCVISelLowering.cpp22217 SDValue RISCVTargetLowering::expandIndirectJTBranch(const SDLoc &dl, in expandIndirectJTBranch()
22228 return TargetLowering::expandIndirectJTBranch(dl, Value, Addr, JTI, DAG);
22214 SDValue RISCVTargetLowering::expandIndirectJTBranch(const SDLoc &dl, expandIndirectJTBranch() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1583 SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value, SDValue Addr,
H A DX86ISelLowering.cpp58001 SDValue X86TargetLowering::expandIndirectJTBranch(const SDLoc &dl, in expandIndirectJTBranch() function in X86TargetLowering
58016 return TargetLowering::expandIndirectJTBranch(dl, Value, Addr, JTI, DAG); in expandIndirectJTBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5577 virtual SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4064 Tmp1 = TLI.expandIndirectJTBranch(dl, LD.getValue(1), Addr, JTI, DAG); in ExpandNode()
H A DTargetLowering.cpp477 SDValue TargetLowering::expandIndirectJTBranch(const SDLoc &dl, SDValue Value, in expandIndirectJTBranch() function in TargetLowering