Home
last modified time | relevance | path

Searched refs:getJumpTable (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h56 InstJumpTable *getJumpTable() const { in getJumpTable() function
DIceTargetLoweringX8664.cpp5903 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster()
DIceTargetLoweringX8632.cpp6525 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DPseudoSourceValue.cpp124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
DMachineOperand.cpp989 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
990 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h185 const PseudoSourceValue *getJumpTable();
DMachineMemOperand.h104 static MachinePointerInfo getJumpTable(MachineFunction &MF);
DSelectionDAG.h658 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
661 return getJumpTable(JTI, VT, true, TargetFlags);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2823 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5352 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
5359 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
9830 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
9924 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3562 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
DSelectionDAG.cpp1442 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
DSelectionDAGBuilder.cpp2440 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()