Home
last modified time | relevance | path

Searched refs:isConstantPoolIndex (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h246 bool isConstantPoolIndex() const { in isConstantPoolIndex() function
301 assert(isConstantPoolIndex() && "This is not a constant pool reference!"); in getConstantPoolIndex()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp114 } else if (MR.isConstantPoolIndex()) { in finishFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp864 } else if (MR.isConstantPoolIndex()) { in finishFunction()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1842 ``isConstantPoolIndex``, and ``isJumpTableIndex`` determine the operand type.
1869 else if (MO1.isConstantPoolIndex())