Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h56 InstJumpTable *getJumpTable() const { in getJumpTable() function
/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp112 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
DMachineInstr.cpp487 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
488 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/external/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()
/external/llvm-project/llvm/lib/CodeGen/
DPseudoSourceValue.cpp124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
DMachineOperand.cpp1000 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo
1001 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h174 const PseudoSourceValue *getJumpTable();
DMachineMemOperand.h72 static MachinePointerInfo getJumpTable(MachineFunction &MF);
DSelectionDAG.h536 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
539 return getJumpTable(JTI, VT, true, TargetFlags);
/external/llvm-project/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h184 const PseudoSourceValue *getJumpTable();
DMachineMemOperand.h105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
DSelectionDAG.h698 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
701 return getJumpTable(JTI, VT, true, TargetFlags);
/external/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);
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1688 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2823 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2875 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4137 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT()
4145 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in LowerBR_JT()
7607 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
7690 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
/external/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()
9832 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
9926 MachinePointerInfo::getJumpTable(*MF), MachineMemOperand::MOLoad, 4, 4); in EmitSjLjDispatchBlock()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1682 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in lowerBR_JT()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp5599 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
5606 MachinePointerInfo::getJumpTable(DAG.getMachineFunction())); in LowerBR_JT()
10273 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
10366 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(*MF), in EmitSjLjDispatchBlock()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3508 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT, in ExpandNode()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3702 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()

12