Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h127 virtual bool hasCustomConstantPool() const { return false; } in hasCustomConstantPool() function
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.h85 virtual bool hasCustomConstantPool() const { return true; } in hasCustomConstantPool() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp1068 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()