Home
last modified time | relevance | path

Searched refs:emitConstant (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86CodeEmitter.cpp96 void emitConstant(uint64_t Val, unsigned Size);
373 void Emitter<CodeEmitter>::emitConstant(uint64_t Val, unsigned Size) { in emitConstant() function in Emitter
408 emitConstant(DispVal, 4); in emitDisplacementField()
524 emitConstant(DispVal, 1); in emitMemModRMByte()
586 emitConstant(DispVal, 1); in emitMemModRMByte()
761 emitConstant(0, X86II::getSizeOfImm(Desc->TSFlags)); in emitInstruction()
813 emitConstant(Imm, X86II::getSizeOfImm(Desc->TSFlags)); in emitInstruction()
815 emitConstant(MO.getImm(), X86II::getSizeOfImm(Desc->TSFlags)); in emitInstruction()
829 emitConstant(MO1.getImm(), Size); in emitInstruction()
859 emitConstant(MI.getOperand(CurOp++).getImm(), in emitInstruction()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1883 (``X86CodeEmitter.cpp`` also has private methods such as ``emitConstant``,
1896 emitConstant(MO1.getImm(), Size);
/external/llvm/docs/
DWritingAnLLVMBackend.rst1843 (``X86CodeEmitter.cpp`` also has private methods such as ``emitConstant``,
1856 emitConstant(MO1.getImm(), Size);
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp5808 void emitConstant( in emitConstant() function
5841 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C)); in emitConstantPool()
DIceTargetLoweringARM32.cpp7287 void emitConstant( in emitConstant() function
7324 emitConstant<T>(Str, llvm::dyn_cast<typename Traits::ConstantType>(C)); in emitConstantPool()