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

/freebsd-10.0-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-10.0-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.h401 SDValue getJumpTable(int JTI, EVT VT, bool isTarget = false,
404 return getJumpTable(JTI, VT, true, TargetFlags);
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCCodeEmitter.cpp177 return MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp269 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DMipsISelLowering.cpp1363 MachinePointerInfo::getJumpTable(), MemVT, false, false,
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp513 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
H A DARMISelLowering.cpp3307 MachinePointerInfo::getJumpTable(),
3314 MachinePointerInfo::getJumpTable(),
6657 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
6743 MF->getMachineMemOperand(MachinePointerInfo::getJumpTable(),
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp356 MCE.addRelocation(MachineRelocation::getJumpTable(MCE.getCurrentPCOffset(),
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3583 MachinePointerInfo::getJumpTable(), MemVT,
H A DSelectionDAG.cpp1137 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, function in class:SelectionDAG
H A DSelectionDAGBuilder.cpp1677 SDValue Table = DAG.getJumpTable(JT.JTI, PTy);

Completed in 213 milliseconds