Searched refs:getJumpTable (Results 1 – 15 of 15) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | PseudoSourceValue.cpp | 49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() in getJumpTable() function in PseudoSourceValue 87 this == getJumpTable()) in isConstant() 96 this == getJumpTable()) in isAliased() 104 this == getJumpTable()) in mayAlias()
|
D | MachineInstr.cpp | 408 MachinePointerInfo MachinePointerInfo::getJumpTable() { in getJumpTable() function in MachinePointerInfo 409 return MachinePointerInfo(PseudoSourceValue::getJumpTable()); in getJumpTable()
|
/external/llvm/include/llvm/CodeGen/ |
D | PseudoSourceValue.h | 77 static const PseudoSourceValue *getJumpTable();
|
D | MachineMemOperand.h | 63 static MachinePointerInfo getJumpTable();
|
D | MachineRelocation.h | 178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType,
|
D | SelectionDAG.h | 401 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false, 404 return getJumpTable(JTI, VT, true, TargetFlags);
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCodeEmitter.cpp | 177 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in GetRelocation()
|
/external/llvm/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 265 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
D | MipsISelLowering.cpp | 1551 MachinePointerInfo::getJumpTable(), MemVT, false, false, in lowerBR_JT()
|
/external/llvm/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 356 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
/external/llvm/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 537 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(), in emitJumpTableAddress()
|
D | ARMISelLowering.cpp | 3207 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/ |
D | LegalizeDAG.cpp | 3584 MachinePointerInfo::getJumpTable(), MemVT, in ExpandNode()
|
D | SelectionDAG.cpp | 1137 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, in getJumpTable() function in SelectionDAG
|
D | SelectionDAGBuilder.cpp | 1677 SDValue Table = DAG.getJumpTable(JT.JTI, PTy); in visitJumpTable()
|