Searched refs:expandIndirectJTBranch (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1405 SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value,
|
D | X86ISelLowering.cpp | 49944 SDValue X86TargetLowering::expandIndirectJTBranch(const SDLoc& dl, in expandIndirectJTBranch() function in X86TargetLowering 49957 return TargetLowering::expandIndirectJTBranch(dl, Value, Addr, DAG); in expandIndirectJTBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1274 SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value,
|
D | X86ISelLowering.cpp | 46146 SDValue X86TargetLowering::expandIndirectJTBranch(const SDLoc& dl, in expandIndirectJTBranch() function in X86TargetLowering 46159 return TargetLowering::expandIndirectJTBranch(dl, Value, Addr, DAG); in expandIndirectJTBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4255 virtual SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value, SDValue Addr, in expandIndirectJTBranch() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 4528 virtual SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value, SDValue Addr, in expandIndirectJTBranch() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3572 Tmp1 = TLI.expandIndirectJTBranch(dl, LD.getValue(1), Addr, DAG); in ExpandNode()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3712 Tmp1 = TLI.expandIndirectJTBranch(dl, LD.getValue(1), Addr, DAG); in ExpandNode()
|