Home
last modified time | relevance | path

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

/external/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/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp849 } else if (MR.isConstantPoolIndex()) { in finishFunction()
/external/llvm/docs/
DWritingAnLLVMBackend.rst1782 ``isConstantPoolIndex``, and ``isJumpTableIndex`` determine the operand type.
1809 else if (MO1.isConstantPoolIndex())