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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DPseudoSourceValue.cpp49 const PseudoSourceValue *PseudoSourceValue::getJumpTable() function in class:PseudoSourceValue
87 this == getJumpTable())
96 this == getJumpTable())
104 this == getJumpTable())
H A DMachineInstr.cpp408 MachinePointerInfo MachinePointerInfo::getJumpTable() { function in class:MachinePointerInfo
409 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DPseudoSourceValue.h77 static const PseudoSourceValue *getJumpTable();
H A DMachineMemOperand.h61 /// getJumpTable - Return a MachinePointerInfo record that refers to a
63 static MachinePointerInfo getJumpTable();
H A DMachineRelocation.h175 /// MachineRelocation::getJumpTable - Return a relocation entry for a jump
178 static MachineRelocation getJumpTable(uintptr_t offset,unsigned RelocationType, function in class:llvm::MachineRelocation
H A DSelectionDAG.h443 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
446 return getJumpTable(JTI, VT, true, TargetFlags);
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp180 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp297 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DMipsISelLowering.cpp1364 MachinePointerInfo::getJumpTable(), MemVT, false, false,
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp515 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DARMISelLowering.cpp3606 MachinePointerInfo::getJumpTable(),
3613 MachinePointerInfo::getJumpTable(),
7076 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
7162 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp351 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3658 MachinePointerInfo::getJumpTable(), MemVT,
H A DSelectionDAG.cpp1184 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1692 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);

Completed in 383 milliseconds