Searched refs:expandIndirectJTBranch (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 887 SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value, SDValue Addr,
|
H A D | RISCVISelLowering.cpp | 22217 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 D | X86ISelLowering.h | 1583 SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value, SDValue Addr,
|
H A D | X86ISelLowering.cpp | 58001 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 D | TargetLowering.h | 5577 virtual SDValue expandIndirectJTBranch(const SDLoc &dl, SDValue Value,
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4064 Tmp1 = TLI.expandIndirectJTBranch(dl, LD.getValue(1), Addr, JTI, DAG); in ExpandNode()
|
H A D | TargetLowering.cpp | 477 SDValue TargetLowering::expandIndirectJTBranch(const SDLoc &dl, SDValue Value, in expandIndirectJTBranch() function in TargetLowering
|