Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPseudoSourceValue.cpp49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() in getJumpTable() function in PseudoSourceValue
87 this == getJumpTable()) in isConstant()
97 this == getJumpTable()) in isAliased()
106 this == getJumpTable()) in mayAlias()
DMachineInstr.cpp353 MachinePointerInfo MachinePointerInfo::getJumpTable() { in getJumpTable() function in MachinePointerInfo
354 return MachinePointerInfo(PseudoSourceValue::getJumpTable()); in getJumpTable()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DPseudoSourceValue.h78 static const PseudoSourceValue *getJumpTable();
DMachineMemOperand.h62 static MachinePointerInfo getJumpTable();
DMachineRelocation.h178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType,
DSelectionDAG.h364 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
367 return getJumpTable(JTI, VT, true, TargetFlags);
/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/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/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsCodeEmitter.cpp223 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCCodeEmitter.cpp175 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in GetRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp338 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMCodeEmitter.cpp502 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
DARMISelLowering.cpp3002 MachinePointerInfo::getJumpTable(), in LowerBR_JT()
3009 MachinePointerInfo::getJumpTable(), false, false, 0); in LowerBR_JT()
5825 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(), in EmitSjLjDispatchBlock()
5869 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(), in EmitSjLjDispatchBlock()
/external/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp1688 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/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3718 MachinePointerInfo::getJumpTable(), MemVT, in ExpandNode()
DSelectionDAG.cpp1097 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
DSelectionDAGBuilder.cpp1614 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1682 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), in lowerBR_JT()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3508 MachinePointerInfo::getJumpTable(DAG.getMachineFunction()), MemVT, in ExpandNode()
DSelectionDAG.cpp1310 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG

12