Home
last modified time | relevance | path

Searched refs:isa (Results 1 – 25 of 1244) sorted by relevance

12345678910>>...50

/freebsd/sys/riscv/riscv/
H A Didentcpu.c152 if (strncmp(&isa[idx], (str), \ in parse_ext_s()
214 while (isdigit(isa[idx])) in parse_ext_version()
217 if (isa[idx] != 'p') in parse_ext_version()
223 while (isdigit(isa[idx])) in parse_ext_version()
245 switch(isa[i]) { in parse_riscv_isa()
266 if (isa[i - 1] != '_' && isa[i + 1] == 'u') { in parse_riscv_isa()
274 i = parse_ext_s(desc, isa, i, len); in parse_riscv_isa()
281 i = parse_ext_x(desc, isa, i, len); in parse_riscv_isa()
322 char isa[1024]; in identify_cpu_features_fdt() local
350 len = OF_getprop(node, "riscv,isa", isa, sizeof(isa)); in identify_cpu_features_fdt()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dextensible_rtti_test.cpp38 EXPECT_TRUE(isa<RTTIRoot>(MB)); in TEST()
39 EXPECT_TRUE(isa<MyBase>(MB)); in TEST()
40 EXPECT_FALSE(isa<MyDerivedA>(MB)); in TEST()
41 EXPECT_FALSE(isa<MyDerivedB>(MB)); in TEST()
44 EXPECT_TRUE(isa<RTTIRoot>(MDA)); in TEST()
45 EXPECT_TRUE(isa<MyBase>(MDA)); in TEST()
46 EXPECT_TRUE(isa<MyDerivedA>(MDA)); in TEST()
47 EXPECT_FALSE(isa<MyDerivedB>(MDA)); in TEST()
50 EXPECT_TRUE(isa<RTTIRoot>(MDB)); in TEST()
51 EXPECT_TRUE(isa<MyBase>(MDB)); in TEST()
[all …]
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/
H A Dsg2042-cpus.dtsi259 riscv,isa = "rv64imafdc";
260 riscv,isa-base = "rv64i";
284 riscv,isa = "rv64imafdc";
285 riscv,isa-base = "rv64i";
309 riscv,isa = "rv64imafdc";
310 riscv,isa-base = "rv64i";
334 riscv,isa = "rv64imafdc";
335 riscv,isa-base = "rv64i";
359 riscv,isa = "rv64imafdc";
360 riscv,isa-base = "rv64i";
[all …]
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A De6500_power_isa.dtsi37 power-isa-version = "2.06";
38 power-isa-b; // Base
39 power-isa-e; // Embedded
41 power-isa-cs; // Cache Specification
42 power-isa-ds; // Decorated Storage
50 power-isa-exp; // External Proxy
51 power-isa-fp; // Floating Point
53 power-isa-mmc; // Memory Coherence
55 power-isa-wt; // Wait
56 power-isa-64; // 64-bit
[all …]
H A De5500_power_isa.dtsi37 power-isa-version = "2.06";
38 power-isa-b; // Base
39 power-isa-e; // Embedded
40 power-isa-atb; // Alternate Time Base
41 power-isa-cs; // Cache Specification
42 power-isa-ds; // Decorated Storage
50 power-isa-exp; // External Proxy
51 power-isa-fp; // Floating Point
53 power-isa-mmc; // Memory Coherence
55 power-isa-wt; // Wait
[all …]
H A De500mc_power_isa.dtsi37 power-isa-version = "2.06";
38 power-isa-b; // Base
39 power-isa-e; // Embedded
40 power-isa-atb; // Alternate Time Base
41 power-isa-cs; // Cache Specification
42 power-isa-ds; // Decorated Storage
45 power-isa-e.hv; // Embedded.Hypervisor
50 power-isa-exp; // External Proxy
51 power-isa-fp; // Floating Point
53 power-isa-mmc; // Memory Coherence
[all …]
H A De500v2_power_isa.dtsi37 power-isa-version = "2.03";
38 power-isa-b; // Base
39 power-isa-e; // Embedded
40 power-isa-atb; // Alternate Time Base
41 power-isa-cs; // Cache Specification
42 power-isa-e.le; // Embedded.Little-Endian
43 power-isa-e.pm; // Embedded.Performance Monitor
44 power-isa-ecl; // Embedded Cache Locking
45 power-isa-mmc; // Memory Coherence
46 power-isa-sp; // Signal Processing Engine
[all …]
H A De500v1_power_isa.dtsi37 power-isa-version = "2.03";
38 power-isa-b; // Base
39 power-isa-e; // Embedded
40 power-isa-atb; // Alternate Time Base
41 power-isa-cs; // Cache Specification
42 power-isa-e.le; // Embedded.Little-Endian
43 power-isa-e.pm; // Embedded.Performance Monitor
44 power-isa-ecl; // Embedded Cache Locking
45 power-isa-mmc; // Memory Coherence
46 power-isa-sp; // Signal Processing Engine
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp34 if (isa<PointerType>(From) && isa<PointerType>(To)) { in compareTypesSimple()
69 isa<CallExpr>(Expr) || in tryToFixConversion()
70 isa<DeclRefExpr>(Expr) || in tryToFixConversion()
71 isa<CastExpr>(Expr) || in tryToFixConversion()
72 isa<CXXNewExpr>(Expr) || in tryToFixConversion()
74 isa<CXXDeleteExpr>(Expr) || in tryToFixConversion()
78 isa<CXXThisExpr>(Expr) || in tryToFixConversion()
79 isa<CXXTypeidExpr>(Expr) || in tryToFixConversion()
84 isa<MemberExpr>(Expr) || in tryToFixConversion()
85 isa<ParenExpr>(FullExpr) || in tryToFixConversion()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h66 if (isa<ConstantSDNode>(Node)) return true; in isPassiveNode()
67 if (isa<ConstantFPSDNode>(Node)) return true; in isPassiveNode()
68 if (isa<RegisterSDNode>(Node)) return true; in isPassiveNode()
69 if (isa<RegisterMaskSDNode>(Node)) return true; in isPassiveNode()
70 if (isa<GlobalAddressSDNode>(Node)) return true; in isPassiveNode()
71 if (isa<BasicBlockSDNode>(Node)) return true; in isPassiveNode()
72 if (isa<FrameIndexSDNode>(Node)) return true; in isPassiveNode()
73 if (isa<ConstantPoolSDNode>(Node)) return true; in isPassiveNode()
74 if (isa<TargetIndexSDNode>(Node)) return true; in isPassiveNode()
75 if (isa<JumpTableSDNode>(Node)) return true; in isPassiveNode()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp83 if (CurrUser && !isa<CallInst>(Curr) && !isa<Constant>(Curr)) in findAllDefs()
141 return isa<ReturnInst>(V) || isa<CallInst>(V) || isa<PHINode>(V) || in getPromotablePHINodes()
142 isa<DbgInfoIntrinsic>(V); in getPromotablePHINodes()
145 return isa<Constant>(V) || isa<Argument>(V) || isa<CallInst>(V) || in getPromotablePHINodes()
146 isa<PHINode>(V); in getPromotablePHINodes()
224 if (llvm::none_of(Defs, [](Value *V) { return isa<Instruction>(V); })) in runOnUse()
231 if (!isa<PHINode>(V) && !isa<Constant>(V) && in runOnUse()
232 !isa<Argument>(V) && !isa<CallInst>(V)) in runOnUse()
240 if (isa<ReturnInst>(U.getUser())) in runOnUse()
242 if (isa<CallInst>(U.getUser())) in runOnUse()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp84 (isa<NonTypeTemplateParmDecl>(D) || isa<TemplateTypeParmDecl>(D) || in handleReference()
163 } else if (isa<FieldDecl>(D) || isa<TypedefNameDecl>(D) || in isTemplateImplicitInstantiation()
189 if (isa<ObjCIvarDecl>(D)) in shouldIgnoreIfImplicit()
191 if (isa<ObjCMethodDecl>(D)) in shouldIgnoreIfImplicit()
193 if (isa<ImportDecl>(D)) in shouldIgnoreIfImplicit()
225 } else if (isa<FieldDecl>(D) || isa<TypedefNameDecl>(D)) { in adjustTemplateImplicitInstantiation()
260 if (isa<TypedefNameDecl>(D) || isa<EnumConstantDecl>(D) || in isDeclADefinition()
261 isa<FieldDecl>(D) || isa<MSPropertyDecl>(D) || isa<ObjCImplDecl>(D) || in isDeclADefinition()
262 isa<ObjCPropertyImplDecl>(D) || isa<ConceptDecl>(D)) in isDeclADefinition()
271 !isa<ObjCCategoryDecl>(ND)) || isa<CXXDeductionGuideDecl>(ND); in shouldSkipNamelessDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp84 if (isa<ConstantInt>(V) || isa<ConstantFP>(V)) in FoldBitCast()
397 if (isa<ConstantInt>(C) || isa<GlobalVariable>(C) || isa<ConstantFP>(C) || in ConstantFoldSelectInstruction()
419 if (isa<PoisonValue>(Val) || isa<UndefValue>(Idx)) in ConstantFoldExtractElementInstruction()
695 if (isa<PoisonValue>(C1) || isa<PoisonValue>(C2)) in ConstantFoldBinaryInstruction()
703 (isa<UndefValue>(C1) || isa<UndefValue>(C2)); in ConstantFoldBinaryInstruction()
707 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
721 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
781 if (isa<UndefValue>(C1) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
1226 if (isa<PoisonValue>(C1) || isa<PoisonValue>(C2)) in ConstantFoldCompareInstruction()
1229 if (isa<UndefValue>(C1) || isa<UndefValue>(C2)) { in ConstantFoldCompareInstruction()
[all …]
/freebsd/sys/i386/conf/
H A DGENERIC.hints1 hint.fdc.0.at="isa"
9 hint.ata.0.at="isa"
12 hint.ata.1.at="isa"
15 hint.atkbdc.0.at="isa"
21 hint.sc.0.at="isa"
25 hint.uart.0.at="isa"
29 hint.uart.1.at="isa"
32 hint.ppc.0.at="isa"
34 hint.atrtc.0.at="isa"
37 hint.attimer.0.at="isa"
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
108 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
119 return isa<ConstantPointerNull>(Arg) in getPromise()
128 if (isa<AllocaInst>(Arg)) in clearPromise()
130 assert((isa<BitCastInst>(Arg) || isa<GetElementPtrInst>(Arg)) && in clearPromise()
186 assert(isa<ConstantPointerNull>(getArgOperand(CoroutineArg)) && in setCoroutineSelf()
196 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
244 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
499 assert(isa<ConstantTokenNone>(Arg)); in getCoroSave()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DGlobalDecl.h116 assert(isa<VarDecl>(getDecl()) && in getDynamicInitKind()
123 assert(isa<FunctionDecl>( in getMultiVersionIndex()
126 !isa<CXXConstructorDecl>(getDecl()) && in getMultiVersionIndex()
127 !isa<CXXDestructorDecl>(getDecl()) && in getMultiVersionIndex()
133 assert(((isa<FunctionDecl>(getDecl()) && in getKernelReferenceKind()
170 assert(isa<CXXConstructorDecl>(getDecl())); in getWithCtorType()
177 assert(isa<CXXDestructorDecl>(getDecl())); in getWithDtorType()
184 assert(isa<FunctionDecl>(getDecl()) && in getWithMultiVersionIndex()
186 !isa<CXXConstructorDecl>(getDecl()) && in getWithMultiVersionIndex()
187 !isa<CXXDestructorDecl>(getDecl()) && in getWithMultiVersionIndex()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp176 ObjCISA isa, lldb::ProcessSP process_sp) { in ClassDescriptorV1() argument
177 Initialize(isa, process_sp); in ClassDescriptorV1()
182 if (!isa || !process_sp) { in Initialize()
373 ObjCISA isa; in UpdateISAToDescriptorMapIfNeeded() local
377 isa = bucket_data; in UpdateISAToDescriptorMapIfNeeded()
378 if (isa) { in UpdateISAToDescriptorMapIfNeeded()
379 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
388 isa); in UpdateISAToDescriptorMapIfNeeded()
401 if (isa && isa != LLDB_INVALID_ADDRESS) { in UpdateISAToDescriptorMapIfNeeded()
402 if (!ISAIsCached(isa)) { in UpdateISAToDescriptorMapIfNeeded()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h135 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
159 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
186 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
210 ValueAsMetadata *VAM = isa<ValueAsMetadata *>(I)
216 ValueAsMetadata *VAM = isa<ValueAsMetadata *>(I)
222 if (isa<ValueAsMetadata *>(I))
229 if (isa<ValueAsMetadata *>(I))
249 assert(isa<ValueAsMetadata>(RawLocation) || isa<DIArgList>(RawLocation) || in RawLocationWrapper()
250 (isa<MDNode>(RawLocation) && in RawLocationWrapper()
268 if (!hasArgList() && isa<MDNode>(getRawLocation())) in isKillLocation()
[all …]
/freebsd/sys/amd64/conf/
H A DGENERIC.hints1 hint.fdc.0.at="isa"
9 hint.atkbdc.0.at="isa"
15 hint.sc.0.at="isa"
17 hint.uart.0.at="isa"
21 hint.uart.1.at="isa"
24 hint.ppc.0.at="isa"
26 hint.atrtc.0.at="isa"
29 hint.attimer.0.at="isa"
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h65 if (isa<EltTy>(Val)) {
139 if (isa<EltTy>(Val))
148 if (isa<EltTy>(Val))
174 if (isa<EltTy>(Val)) in size()
185 if (isa<EltTy>(Val)) in begin()
192 if (isa<EltTy>(Val)) in end()
219 if (isa<EltTy>(Val)) {
230 if (isa<EltTy>(Val)) in front()
237 if (isa<EltTy>(Val)) in back()
251 if (isa<EltTy>(Val)) { in push_back()
[all …]
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp66 void TrcAddrReturnStack::push(const ocsd_vaddr_t addr, const ocsd_isa isa) in push() argument
73 m_stack[head_idx].ret_isa = isa; in push()
77 LOG_PUSH(addr,0,isa); in push()
82 ocsd_vaddr_t TrcAddrReturnStack::pop(ocsd_isa &isa) in pop() argument
90 isa = m_stack[head_idx].ret_isa; in pop()
95 LOG_POP(addr,1,isa); in pop()
110 … TrcAddrReturnStack::LogOp(const char * pszOpString, ocsd_vaddr_t addr, int head_off, ocsd_isa isa) in LogOp() argument
132 int name_idx = (int)isa; in LogOp()
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp774 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE)) in rewriteToNumberLiteral()
895 isa<CallExpr>(Expr) || in subscriptOperatorNeedsParens()
896 isa<DeclRefExpr>(Expr) || in subscriptOperatorNeedsParens()
899 isa<CXXThisExpr>(Expr) || in subscriptOperatorNeedsParens()
905 isa<MemberExpr>(Expr) || in subscriptOperatorNeedsParens()
917 isa<CallExpr>(Expr) || in castOperatorNeedsParens()
919 isa<CastExpr>(Expr) || in castOperatorNeedsParens()
920 isa<CXXNewExpr>(Expr) || in castOperatorNeedsParens()
932 isa<MemberExpr>(Expr) || in castOperatorNeedsParens()
1113 if (isa<ParenExpr>(OrigArg) || isa<IntegerLiteral>(OrigArg)) in rewriteToNumericBoxedExpression()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DObjCARCAnalysisUtils.h136 return isa<ConstantPointerNull>(V) || isa<UndefValue>(V); in IsNullOrUndef()
140 return isa<BitCastInst>(I) || in IsNoopInstruction()
141 (isa<GetElementPtrInst>(I) && in IsNoopInstruction()
149 if (isa<Constant>(Op) || isa<AllocaInst>(Op)) in IsPotentialRetainableObjPtr()
190 if (isa<CallInst>(V) || isa<InvokeInst>(V) || in IsObjCIdentifiedObject()
191 isa<Argument>(V) || isa<Constant>(V) || in IsObjCIdentifiedObject()
192 isa<AllocaInst>(V)) in IsObjCIdentifiedObject()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp234 if (isa<Argument>(V)) in isSource()
236 else if (isa<LoadInst>(V)) in isSource()
270 return isa<CallInst>(V); in isSink()
391 if (isa<ICmpInst>(I)) in shouldPromote()
446 if (isa<Argument>(V)) in ExtendSources()
508 if (!isa<ICmpInst>(I) && !isa<SwitchInst>(I)) { in PromoteTree()
521 if (!isa<Instruction>(V) || !isa<IntegerType>(V->getType())) in TruncateSinks()
590 if (!isa<ZExtInst>(V)) in Cleanup()
749 } else if (isa<Constant>(V) && !isa<ConstantExpr>(V)) { in isSupportedValue()
886 if (isa<PHINode>(CV)) in TryToPromote()
[all …]
/freebsd/usr.sbin/iscsid/
H A Ddiscovery.c88 struct iscsi_session_add isa; in kernel_add() local
91 memset(&isa, 0, sizeof(isa)); in kernel_add()
92 memcpy(&isa.isa_conf, &conn->conn_conf, sizeof(isa.isa_conf)); in kernel_add()
93 strlcpy(isa.isa_conf.isc_target, target, in kernel_add()
94 sizeof(isa.isa_conf.isc_target)); in kernel_add()
95 isa.isa_conf.isc_discovery = 0; in kernel_add()
96 error = ioctl(conn->conn_iscsi_fd, ISCSISADD, &isa); in kernel_add()

12345678910>>...50