Searched refs:getJumpTable (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 56 InstJumpTable *getJumpTable() const { in getJumpTable() function
|
D | IceTargetLoweringX8664.cpp | 5903 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster()
|
D | IceTargetLoweringX8632.cpp | 6525 InstJumpTable *JumpTable = Case.getJumpTable(); in lowerCaseCluster()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
D | MachineOperand.cpp | 989 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/ |
D | PseudoSourceValue.h | 185 const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 104 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
D | SelectionDAG.h | 658 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/ |
D | MIParser.cpp | 2823 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5352 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/ |
D | LegalizeDAG.cpp | 3562 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|
D | SelectionDAG.cpp | 1442 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 2440 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|