Home
last modified time | relevance | path

Searched defs:ISA (Results 1 – 16 of 16) sorted by relevance

/llvm-project/llvm/lib/IR/
H A DVFABIDemangler.cpp35 tryParseISA(StringRef & MangledName,VFISAKind & ISA) tryParseISA() argument
78 tryParseVLEN(StringRef & ParseString,VFISAKind ISA,std::pair<unsigned,bool> & ParsedVF) tryParseVLEN() argument
302 getElementCountForTy(const VFISAKind ISA,const Type * Ty) getElementCountForTy() argument
323 getScalableECFromSignature(const FunctionType * Signature,const VFISAKind ISA,const SmallVectorImpl<VFParameter> & Params) getScalableECFromSignature() argument
384 VFISAKind ISA; tryDemangleForVFABI() local
[all...]
/llvm-project/clang/test/SemaObjC/
H A Dproperty-and-class-extension.m11 int ISA; field
/llvm-project/llvm/include/llvm/Support/
H A DMSP430Attributes.h36 enum ISA { ISAMSP430 = 1, ISAMSP430X = 2 }; enum
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/llvm/
H A Dprefer-isa-or-dyn-cast-in-conditionals.cpp118 #define ISA(T, Obj) isa<T>(Obj) in foo() macro
/llvm-project/llvm/lib/Target/Mips/
H A DMipsSubtarget.cpp147 StringRef ISA = hasMips64r6() ? "MIPS64r6" : "MIPS32r6"; MipsSubtarget() local
/llvm-project/llvm/include/llvm/IR/
H A DVFABIDemangler.h127 VFISAKind ISA; /// Instruction Set Architecture. global() member
/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp509 EmitPointerToInitFunc(const VarDecl * D,llvm::GlobalVariable * GV,llvm::Function * InitFunc,InitSegAttr * ISA) EmitPointerToInitFunc() argument
552 auto *ISA = D->getAttr<InitSegAttr>(); EmitCXXGlobalVarDeclInitFunc() local
H A DCGOpenMPRuntime.cpp10636 char ISA; emitX86DeclareSimdFunction() member
10791 addAArch64VectorName(T VLEN,StringRef LMask,StringRef Prefix,char ISA,StringRef ParSeq,StringRef MangledName,bool OutputBecomesInput,llvm::Function * Fn) addAArch64VectorName() argument
10806 addAArch64AdvSIMDNDSNames(unsigned NDS,StringRef Mask,StringRef Prefix,char ISA,StringRef ParSeq,StringRef MangledName,bool OutputBecomesInput,llvm::Function * Fn) addAArch64AdvSIMDNDSNames() argument
10844 emitAArch64DeclareSimdFunction(CodeGenModule & CGM,const FunctionDecl * FD,unsigned UserVLEN,ArrayRef<ParamAttrTy> ParamAttrs,OMPDeclareSimdDeclAttr::BranchStateTy State,StringRef MangledName,char ISA,unsigned VecRegSize,llvm::Function * Fn,SourceLocation SLoc) emitAArch64DeclareSimdFunction() argument
[all...]
H A DCGBuiltin.cpp1933 llvm::Triple::ArchType ISA = getTarget().getTriple().getArch(); EmitMSVCBuiltinExpr() local
/llvm-project/llvm/lib/TargetParser/
H A DTriple.cpp463 ARM::ISAKind ISA = ARM::parseArchISA(ArchName); parseARMArch() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVAsmPrinter.cpp453 for (auto &ISA : MD->operands()) { emitStartOfAsmFile() local
/llvm-project/llvm/unittests/IR/
H A DVFABIDemanglerTest.cpp63 VFISAKind &ISA = Info.ISA; global() member in __anon86e2c1e00111::VFABIParserTest
[all...]
/llvm-project/offload/plugins-nextgen/amdgpu/src/
H A Drtl.cpp190 __anon351839ea0402(hsa_isa_t ISA) getTargetTripleAndFeatures() argument
2689 __anon351839ea0902(hsa_isa_t ISA) obtainInfoImpl() argument
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1413 AMDGPU::IsaVersion ISA = AMDGPU::getIsaVersion(getSTI().getCPU()); AMDGPUAsmParser() local
7074 encodeCnt(const AMDGPU::IsaVersion ISA,int64_t & IntVal,int64_t CntVal,bool Saturate,unsigned (* encode)(const IsaVersion & Version,unsigned,unsigned),unsigned (* decode)(const IsaVersion & Version,unsigned)) encodeCnt() argument
7108 AMDGPU::IsaVersion ISA = AMDGPU::getIsaVersion(getSTI().getCPU()); parseCnt() local
7143 AMDGPU::IsaVersion ISA = AMDGPU::getIsaVersion(getSTI().getCPU()); parseSWaitCnt() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUInstPrinter.cpp1683 AMDGPU::IsaVersion ISA = AMDGPU::getIsaVersion(STI.getCPU()); printSWaitCnt() local
/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp1997 Warning(IDLoc, "ssnop is deprecated for " + ISA + " and is equivalent to a " in processInstruction() local