HomeSort by relevance Sort by last modified time
    Searched refs:AddrSpace (Results 51 - 75 of 223) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 220 unsigned AddrSpace) {
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
238 Scale, AddrSpace))
424 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
432 unsigned AddrSpace) const {
438 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
TargetTransformInfoImpl.h 228 unsigned AddrSpace) {
252 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
255 Scale, AddrSpace))
454 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
462 unsigned AddrSpace) const {
468 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
TargetTransformInfoImpl.h 228 unsigned AddrSpace) {
252 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
255 Scale, AddrSpace))
454 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
462 unsigned AddrSpace) const {
468 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
TargetTransformInfoImpl.h 235 unsigned AddrSpace, Instruction *I = nullptr) {
261 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
264 Scale, AddrSpace))
502 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) const { return 128; }
510 unsigned AddrSpace) const {
516 unsigned AddrSpace) const {
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 206 unsigned AddrSpace) {
221 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
224 Scale, AddrSpace))
281 unsigned getLoadStoreVecRegBitWidth(unsigned AddrSpace) { return 128; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 121 unsigned AddrSpace) const {
123 Scale, AddrSpace);
146 unsigned AddrSpace) const {
148 Scale, AddrSpace);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 59 bool allowsMisalignedMemoryAccesses(EVT, unsigned AddrSpace, unsigned Align,
  /external/swiftshader/third_party/LLVM/lib/MC/
MCELFStreamer.h 88 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
MCPureStreamer.cpp 43 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
151 void MCPureStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) {
MCMachOStreamer.cpp 78 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
327 void MCMachOStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) {
WinCOFFStreamer.cpp 72 virtual void EmitBytes(StringRef Data, unsigned AddrSpace);
326 void WinCOFFStreamer::EmitBytes(StringRef Data, unsigned AddrSpace) {
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 293 unsigned AddrSpace = 0;
295 AddrSpace = R->getValueAsInt("AddrSpace");
296 assert(AddrSpace < 256 && "Address space exceeds 255");
298 if (AddrSpace) {
300 Sig.push_back(AddrSpace);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
AsmPrinter.h 231 void EmitGlobalConstant(const Constant *CV, unsigned AddrSpace = 0);
  /external/llvm/lib/Target/NVPTX/
NVPTXGenericToNVVM.cpp 174 // to i8 addrspace(n)* first.
177 // A bitcast to i8 addrspace(n)* on the operand is needed.
179 unsigned int AddrSpace = GVType->getAddressSpace();
180 Type *DestTy = PointerType::get(Type::getInt8Ty(Context), AddrSpace);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 128 unsigned AddrSpace) {
134 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace);
138 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
144 return getTLI()->getScalingFactorCost(DL, AM, Ty, AddrSpace);
    [all...]
  /external/llvm/include/llvm/IR/
DataLayout.h 151 void setPointerAlignment(uint32_t AddrSpace, unsigned ABIAlign,
  /external/swiftshader/third_party/LLVM/include/llvm/
DerivedTypes.h 428 explicit PointerType(Type *ElType, unsigned AddrSpace);
Type.h 344 /// to PointerType::get(Foo, AddrSpace).
345 PointerType *getPointerTo(unsigned AddrSpace = 0);

Completed in 908 milliseconds

1 23 4 5 6 7 8 9