/external/swiftshader/third_party/subzero/src/ |
D | IceSwitchLowering.h | 56 InstJumpTable *getJumpTable() const { in getJumpTable() function
|
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 112 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
D | MachineInstr.cpp | 487 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 488 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 124 const PseudoSourceValue *PseudoSourceValueManager::getJumpTable() { in getJumpTable() function in PseudoSourceValueManager
|
D | MachineOperand.cpp | 1000 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) { in getJumpTable() function in MachinePointerInfo 1001 return MachinePointerInfo(MF.getPSVManager().getJumpTable()); in getJumpTable()
|
/external/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()
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 174 const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 72 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
D | SelectionDAG.h | 536 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 539 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/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);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 184 const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 105 static MachinePointerInfo getJumpTable(MachineFunction &MF);
|
D | SelectionDAG.h | 698 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 701 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 1688 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2823 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/external/llvm-project/llvm/lib/CodeGen/MIRParser/ |
D | MIParser.cpp | 2875 PSV = MF.getPSVManager().getJumpTable(); in parseMemoryPseudoSourceValue()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4137 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/ |
D | ARMISelLowering.cpp | 5352 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/ |
D | MipsISelLowering.cpp | 1682 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in lowerBR_JT()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5599 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/ |
D | LegalizeDAG.cpp | 3508 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT, in ExpandNode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3562 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT); in ExpandNode()
|