Searched refs:AddrSpace (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXInstrInfo.h60 bool isLoadInstr(const MachineInstr &MI, unsigned &AddrSpace) const;
61 bool isStoreInstr(const MachineInstr &MI, unsigned &AddrSpace) const;
H A DNVPTXInstrInfo.cpp160 unsigned &AddrSpace) const {
166 AddrSpace = getLdStCodeAddrSpace(MI);
171 unsigned &AddrSpace) const {
177 AddrSpace = getLdStCodeAddrSpace(MI);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCStreamer.h349 virtual void EmitBytes(StringRef Data, unsigned AddrSpace) = 0;
361 unsigned AddrSpace) = 0;
363 void EmitValue(const MCExpr *Value, unsigned Size, unsigned AddrSpace = 0);
368 unsigned AddrSpace = 0);
375 unsigned AddrSpace = 0);
383 void EmitULEB128IntValue(uint64_t Value, unsigned AddrSpace = 0,
388 void EmitSLEB128IntValue(int64_t Value, unsigned AddrSpace = 0);
393 unsigned AddrSpace = 0);
412 unsigned AddrSpace);
416 void EmitZeros(uint64_t NumBytes, unsigned AddrSpace) { argument
[all...]
H A DMCObjectStreamer.h68 unsigned AddrSpace);
85 unsigned AddrSpace);
/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DMCNullStreamer.cpp69 virtual void EmitBytes(StringRef Data, unsigned AddrSpace) {} argument
72 unsigned AddrSpace) {}
71 EmitValueImpl(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
H A DMCStreamer.cpp79 unsigned AddrSpace) {
89 EmitBytes(StringRef(buf, Size), AddrSpace); local
94 void MCStreamer::EmitULEB128IntValue(uint64_t Value, unsigned AddrSpace, argument
99 EmitBytes(OSE.str(), AddrSpace);
104 void MCStreamer::EmitSLEB128IntValue(int64_t Value, unsigned AddrSpace) { argument
108 EmitBytes(OSE.str(), AddrSpace);
112 unsigned AddrSpace) {
114 EmitValue(ABS, Size, AddrSpace);
119 unsigned AddrSpace) {
120 EmitValueImpl(Value, Size, AddrSpace);
78 EmitIntValue(uint64_t Value, unsigned Size, unsigned AddrSpace) argument
111 EmitAbsValue(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
118 EmitValue(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
123 EmitSymbolValue(const MCSymbol *Sym, unsigned Size, unsigned AddrSpace) argument
126 AddrSpace); local
139 EmitFill(uint64_t NumBytes, uint8_t FillValue, unsigned AddrSpace) argument
[all...]
H A DMCAsmStreamer.cpp179 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
182 unsigned AddrSpace);
184 unsigned AddrSpace = 0);
196 unsigned AddrSpace);
607 void MCAsmStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { argument
612 OS << MAI.getData8bitsDirective(AddrSpace);
633 unsigned AddrSpace) {
634 EmitValue(MCConstantExpr::Create(Value, getContext()), Size, AddrSpace); local
638 unsigned AddrSpace) {
643 case 1: Directive = MAI.getData8bitsDirective(AddrSpace); brea
632 EmitIntValue(uint64_t Value, unsigned Size, unsigned AddrSpace) argument
637 EmitValueImpl(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
705 EmitFill(uint64_t NumBytes, uint8_t FillValue, unsigned AddrSpace) argument
[all...]
H A DMCObjectStreamer.cpp92 unsigned AddrSpace) {
93 assert(AddrSpace == 0 && "Address space must be 0!");
99 EmitIntValue(AbsValue, Size, AddrSpace);
274 unsigned AddrSpace) {
275 assert(AddrSpace == 0 && "Address space must be 0!");
91 EmitValueImpl(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
273 EmitFill(uint64_t NumBytes, uint8_t FillValue, unsigned AddrSpace) argument
H A DMCELFStreamer.cpp101 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
108 unsigned AddrSpace);
358 void MCELFStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { argument
395 unsigned AddrSpace) {
397 MCObjectStreamer::EmitValueImpl(Value, Size, AddrSpace);
394 EmitValueImpl(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
H A DMCPureStreamer.cpp43 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
151 void MCPureStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { argument
H A DMCMachOStreamer.cpp78 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
375 void MCMachOStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { argument
H A DWinCOFFStreamer.cpp73 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
336 void WinCOFFStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) { argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1350 OutStreamer.EmitValue(Diff, Size, 0/*AddrSpace*/);
1357 OutStreamer.EmitSymbolValue(SetLabel, Size, 0/*AddrSpace*/);
1381 OutStreamer.EmitValue(Diff, 4, 0/*AddrSpace*/);
1386 OutStreamer.EmitSymbolValue(SetLabel, 4, 0/*AddrSpace*/);
1404 OutStreamer.EmitValue(Expr, Size, 0/*AddrSpace*/);
1562 static void emitGlobalConstantImpl(const Constant *C, unsigned AddrSpace,
1625 unsigned AddrSpace,AsmPrinter &AP){
1633 return AP.OutStreamer.EmitFill(Bytes, Value, AddrSpace);
1638 return AP.OutStreamer.EmitBytes(CDS->getAsString(), AddrSpace);
1648 ElementByteSize, AddrSpace);
1624 emitGlobalConstantDataSequential(const ConstantDataSequential *CDS, unsigned AddrSpace,AsmPrinter &AP) argument
1689 emitGlobalConstantArray(const ConstantArray *CA, unsigned AddrSpace, AsmPrinter &AP) argument
1705 emitGlobalConstantVector(const ConstantVector *CV, unsigned AddrSpace, AsmPrinter &AP) argument
1718 emitGlobalConstantStruct(const ConstantStruct *CS, unsigned AddrSpace, AsmPrinter &AP) argument
1746 emitGlobalConstantFP(const ConstantFP *CFP, unsigned AddrSpace, AsmPrinter &AP) argument
1831 emitGlobalConstantLargeInt(const ConstantInt *CI, unsigned AddrSpace, AsmPrinter &AP) argument
1847 emitGlobalConstantImpl(const Constant *CV, unsigned AddrSpace, AsmPrinter &AP) argument
1913 EmitGlobalConstant(const Constant *CV, unsigned AddrSpace) argument
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DIntrinsicEmitter.cpp313 unsigned AddrSpace = 0; local
315 AddrSpace = R->getValueAsInt("AddrSpace");
316 assert(AddrSpace < 256 && "Address space exceeds 255");
318 if (AddrSpace) {
320 Sig.push_back(AddrSpace);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DAsmPrinter.h233 void EmitGlobalConstant(const Constant *CV, unsigned AddrSpace = 0);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/
H A DType.h396 /// to PointerType::get(Foo, AddrSpace).
397 PointerType *getPointerTo(unsigned AddrSpace = 0);
H A DDerivedTypes.h435 explicit PointerType(Type *ElType, unsigned AddrSpace);
H A DIRBuilder.h265 PointerType *getInt8PtrTy(unsigned AddrSpace = 0) {
266 return Type::getInt8PtrTy(Context, AddrSpace);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp489 unsigned AddrSpace = cast<PointerType>(DestPtr->getType())->getAddressSpace(); local
491 Expander.expandCodeFor(Ev->getStart(), Builder.getInt8PtrTy(AddrSpace),
H A DScalarReplAggregates.cpp2177 unsigned AddrSpace = local
2202 PointerType::get(AI->getType()->getElementType(), AddrSpace);
/macosx-10.10.1/llvmCore-3425.0.34/lib/AsmParser/
H A DLLParser.cpp647 unsigned AddrSpace; local
655 ParseOptionalAddrSpace(AddrSpace) ||
696 AddrSpace);
907 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace) {
908 AddrSpace = 0;
912 ParseUInt32(AddrSpace) ||
1402 unsigned AddrSpace;
1403 if (ParseOptionalAddrSpace(AddrSpace) ||
1407 Result = PointerType::get(Result, AddrSpace);
H A DLLParser.h177 bool ParseOptionalAddrSpace(unsigned &AddrSpace);
/macosx-10.10.1/llvmCore-3425.0.34/lib/VMCore/
H A DType.cpp763 PointerType::PointerType(Type *E, unsigned AddrSpace) argument
768 setSubclassData(AddrSpace);
/macosx-10.10.1/llvmCore-3425.0.34/tools/lto/
H A DLTOModule.cpp779 virtual void EmitBytes(StringRef Data, unsigned AddrSpace) {} argument
781 unsigned AddrSpace) {}
780 EmitValueImpl(const MCExpr *Value, unsigned Size, unsigned AddrSpace) argument
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1305 unsigned AddrSpace = local
1307 // AddrSpace 256 -> GS, 257 -> FS.
1308 if (AddrSpace == 256)
1310 if (AddrSpace == 257)

Completed in 344 milliseconds