Searched defs:getJumpTable (Results 1 - 4 of 4) sorted by relevance

/external/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.cpp407 MachinePointerInfo MachinePointerInfo::getJumpTable() { function in class:MachinePointerInfo
408 return MachinePointerInfo(PseudoSourceValue::getJumpTable());
/external/llvm/include/llvm/CodeGen/
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
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1149 SDValue SelectionDAG::getJumpTable(int JTI, EVT VT, bool isTarget, function in class:SelectionDAG

Completed in 1167 milliseconds