Home
last modified time | relevance | path

Searched refs:emitConstantPool (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/MC/
DConstantPools.cpp63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool() function
77 emitConstantPool(Streamer, Section, CP); in emitAll()
84 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DConstantPools.cpp80 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool() function
94 emitConstantPool(Streamer, Section, CP); in emitAll()
101 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp64 emitConstantPool(MF.getConstantPool()); in startFunction()
141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool() function in llvm::ELFCodeEmitter
DELFCodeEmitter.h50 void emitConstantPool(MachineConstantPool *MCP);
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DObjectCodeEmitter.h151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp396 void emitConstantPool(MachineConstantPool *MCP);
801 emitConstantPool(F.getConstantPool()); in startFunction()
1067 void JITEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool() function in JITEmitter
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h8432 void TargetDataX86<TraitsType>::emitConstantPool(GlobalContext *Ctx) {
8496 emitConstantPool<PoolTypeConverter<uint8_t>>(Ctx);
8497 emitConstantPool<PoolTypeConverter<uint16_t>>(Ctx);
8498 emitConstantPool<PoolTypeConverter<uint32_t>>(Ctx);
8500 emitConstantPool<PoolTypeConverter<float>>(Ctx);
8501 emitConstantPool<PoolTypeConverter<double>>(Ctx);
DIceTargetLoweringX86Base.h1238 template <typename T> static void emitConstantPool(GlobalContext *Ctx);
DIceTargetLoweringMIPS32.cpp5821 template <typename T> void emitConstantPool(GlobalContext *Ctx) { in emitConstantPool() function
5858 emitConstantPool<float>(Ctx); in lowerConstants()
5859 emitConstantPool<double>(Ctx); in lowerConstants()
DIceTargetLoweringARM32.cpp7298 template <typename T> void emitConstantPool(GlobalContext *Ctx) { in emitConstantPool() function
7341 emitConstantPool<float>(Ctx); in lowerConstants()
7342 emitConstantPool<double>(Ctx); in lowerConstants()