Searched refs:emitConstantPool (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 63 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/ |
D | ConstantPools.cpp | 80 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/ |
D | ELFCodeEmitter.cpp | 64 emitConstantPool(MF.getConstantPool()); in startFunction() 141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) { in emitConstantPool() function in llvm::ELFCodeEmitter
|
D | ELFCodeEmitter.h | 50 void emitConstantPool(MachineConstantPool *MCP);
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ObjectCodeEmitter.h | 151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 396 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/ |
D | IceTargetLoweringX86BaseImpl.h | 8432 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);
|
D | IceTargetLoweringX86Base.h | 1238 template <typename T> static void emitConstantPool(GlobalContext *Ctx);
|
D | IceTargetLoweringMIPS32.cpp | 5821 template <typename T> void emitConstantPool(GlobalContext *Ctx) { in emitConstantPool() function 5858 emitConstantPool<float>(Ctx); in lowerConstants() 5859 emitConstantPool<double>(Ctx); in lowerConstants()
|
D | IceTargetLoweringARM32.cpp | 7298 template <typename T> void emitConstantPool(GlobalContext *Ctx) { in emitConstantPool() function 7341 emitConstantPool<float>(Ctx); in lowerConstants() 7342 emitConstantPool<double>(Ctx); in lowerConstants()
|