Home
last modified time | relevance | path

Searched refs:isJumpTable (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DPseudoSourceValue.cpp38 if (isGOT() || isConstantPool() || isJumpTable()) in isConstant()
44 if (isStack() || isGOT() || isConstantPool() || isJumpTable()) in isAliased()
50 return !(isGOT() || isConstantPool() || isJumpTable()); in mayAlias()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h46 isJumpTable, // Relocation of jump table address. enumerator
186 Result.AddrType = isJumpTable;
253 return AddrType == isJumpTable; in isJumpTableIndex()
/external/llvm/include/llvm/CodeGen/
DPseudoSourceValue.h69 bool isJumpTable() const { return Kind == JumpTable; } in isJumpTable() function