HomeSort by relevance Sort by last modified time
    Searched refs:emitConstantPool (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/MC/
ConstantPools.cpp 63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
77 emitConstantPool(Streamer, Section, CP);
84 emitConstantPool(Streamer, Section, *CP);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
ConstantPools.cpp 80 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section,
94 emitConstantPool(Streamer, Section, CP);
101 emitConstantPool(Streamer, Section, *CP);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ELFCodeEmitter.h 48 /// emitConstantPool - For each constant pool entry, figure out which
50 void emitConstantPool(MachineConstantPool *MCP);
ELFCodeEmitter.cpp 64 emitConstantPool(MF.getConstantPool());
139 /// emitConstantPool - For each constant pool entry, figure out which section
141 void ELFCodeEmitter::emitConstantPool(MachineConstantPool *MCP) {
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ObjectCodeEmitter.h 148 /// emitConstantPool - For each constant pool entry, figure out which section
151 virtual void emitConstantPool(MachineConstantPool *MCP) = 0;
154 /// the constant pool that was last emitted with the emitConstantPool method.
158 /// the constant pool that was last emitted with the emitConstantPool method.
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 396 void emitConstantPool(MachineConstantPool *MCP);
801 emitConstantPool(F.getConstantPool());
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringMIPS32.cpp     [all...]
IceTargetLoweringX86Base.h     [all...]
IceTargetLoweringARM32.cpp     [all...]

Completed in 3052 milliseconds