Searched refs:expandIndirectJTBranch (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1129 SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value,
|
D | X86ISelLowering.cpp | 39788 SDValue X86TargetLowering::expandIndirectJTBranch(const SDLoc& dl, in expandIndirectJTBranch() function in X86TargetLowering 39801 return TargetLowering::expandIndirectJTBranch(dl, Value, Addr, DAG); in expandIndirectJTBranch()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3669 virtual SDValue expandIndirectJTBranch(const SDLoc& dl, SDValue Value, SDValue Addr, in expandIndirectJTBranch() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3697 Tmp1 = TLI.expandIndirectJTBranch(dl, LD.getValue(1), Addr, DAG); in ExpandNode()
|