Home
last modified time | relevance | path

Searched defs:DWord (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
52 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
67 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
70 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
96 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
108 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10733 int DWord = Idx >> 1; in LowerFP_EXTEND() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp14612 for (int DWord = 0; DWord != 4; ++DWord) { in lowerV8I16GeneralSingleInputShuffle() local
14735 ArrayRef<int> Inputs) { in lowerV8I16GeneralSingleInputShuffle()