Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() in getJumpTable() function in PseudoSourceValue
87 this == getJumpTable()) in isConstant()
96 this == getJumpTable()) in isAliased()
104 this == getJumpTable()) in mayAlias()
DMachineInstr.cpp408 MachinePointerInfo MachinePointerInfo::getJumpTable() { in getJumpTable() function in MachinePointerInfo
409 return MachinePointerInfo(PseudoSourceValue::getJumpTable()); in getJumpTable()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h77 static const PseudoSourceValue *getJumpTable();
DMachineMemOperand.h63 static MachinePointerInfo getJumpTable();
DMachineRelocation.h178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType,
DSelectionDAG.h401 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
404 return getJumpTable(JTI, VT, true, TargetFlags);
/external/llvm/lib/Target/PowerPC/
DPPCCodeEmitter.cpp177 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in GetRelocation()
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp265 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
DMipsISelLowering.cpp1551 MachinePointerInfo::getJumpTable(), MemVT, false, false, in lowerBR_JT()
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp356 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp537 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
DARMISelLowering.cpp3207 MachinePointerInfo::getJumpTable(), in LowerBR_JT()
3214 MachinePointerInfo::getJumpTable(), in LowerBR_JT()
6506 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(), in EmitSjLjDispatchBlock()
6592 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(), in EmitSjLjDispatchBlock()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3584 MachinePointerInfo::getJumpTable(), MemVT, in ExpandNode()
DSelectionDAG.cpp1137 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
DSelectionDAGBuilder.cpp1677 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()