Home
last modified time | relevance | path

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

12345678910>>...27

/freebsd-10-stable/sys/pc98/conf/
DGENERIC.hints3 hint.atacbus.0.at="isa"
7 hint.fdc.0.at="isa"
21 hint.aic.0.at="isa"
27 hint.ct.0.at="isa"
29 #hint.ct.0.at="isa"
32 #hint.ct.0.at="isa"
35 #hint.ct.0.at="isa"
38 #hint.ct.0.at="isa"
42 #hint.ct.0.at="isa"
45 hint.attimer.0.at="isa"
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaFixItUtils.cpp35 if (isa<PointerType>(From) && isa<PointerType>(To)) { in compareTypesSimple()
69 if (isa<ArraySubscriptExpr>(Expr) || in tryToFixConversion()
70 isa<CallExpr>(Expr) || in tryToFixConversion()
71 isa<DeclRefExpr>(Expr) || in tryToFixConversion()
72 isa<CastExpr>(Expr) || in tryToFixConversion()
73 isa<CXXNewExpr>(Expr) || in tryToFixConversion()
74 isa<CXXConstructExpr>(Expr) || in tryToFixConversion()
75 isa<CXXDeleteExpr>(Expr) || in tryToFixConversion()
76 isa<CXXNoexceptExpr>(Expr) || in tryToFixConversion()
77 isa<CXXPseudoDestructorExpr>(Expr) || in tryToFixConversion()
[all …]
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.h56 if (isa<ConstantSDNode>(Node)) return true; in isPassiveNode()
57 if (isa<ConstantFPSDNode>(Node)) return true; in isPassiveNode()
58 if (isa<RegisterSDNode>(Node)) return true; in isPassiveNode()
59 if (isa<RegisterMaskSDNode>(Node)) return true; in isPassiveNode()
60 if (isa<GlobalAddressSDNode>(Node)) return true; in isPassiveNode()
61 if (isa<BasicBlockSDNode>(Node)) return true; in isPassiveNode()
62 if (isa<FrameIndexSDNode>(Node)) return true; in isPassiveNode()
63 if (isa<ConstantPoolSDNode>(Node)) return true; in isPassiveNode()
64 if (isa<TargetIndexSDNode>(Node)) return true; in isPassiveNode()
65 if (isa<JumpTableSDNode>(Node)) return true; in isPassiveNode()
[all …]
/freebsd-10-stable/release/picobsd/bridge/
DPICOBSD.hints2 hint.fdc.0.at="isa"
8 hint.ata.0.at="isa"
11 hint.ata.1.at="isa"
14 hint.atkbdc.0.at="isa"
20 hint.vga.0.at="isa"
21 hint.sc.0.at="isa"
25 hint.uart.0.at="isa"
29 hint.uart.1.at="isa"
32 hint.ed.0.at="isa"
36 hint.ed.1.at="isa"
/freebsd-10-stable/release/picobsd/qemu/
DPICOBSD.hints2 hint.fdc.0.at="isa"
8 hint.ata.0.at="isa"
11 hint.ata.1.at="isa"
14 hint.atkbdc.0.at="isa"
20 hint.vga.0.at="isa"
21 hint.sc.0.at="isa"
25 hint.uart.0.at="isa"
29 hint.uart.1.at="isa"
32 hint.ed.0.at="isa"
36 hint.ed.1.at="isa"
/freebsd-10-stable/sys/i386/conf/
DGENERIC.hints2 hint.fdc.0.at="isa"
10 hint.ata.0.at="isa"
13 hint.ata.1.at="isa"
16 hint.atkbdc.0.at="isa"
22 hint.sc.0.at="isa"
26 hint.uart.0.at="isa"
30 hint.uart.1.at="isa"
33 hint.ppc.0.at="isa"
35 hint.atrtc.0.at="isa"
38 hint.attimer.0.at="isa"
/freebsd-10-stable/contrib/llvm/lib/Analysis/
DLoads.cpp42 if (isa<BinaryOperator>(A) || isa<CastInst>(A) || in AreEquivalentAddressValues()
43 isa<PHINode>(A) || isa<GetElementPtrInst>(A)) in AreEquivalentAddressValues()
109 if (isa<CallInst>(BBI) && BBI->mayWriteToMemory() && in isSafeToLoadUnconditionally()
110 !isa<DbgInfoIntrinsic>(BBI)) in isSafeToLoadUnconditionally()
157 if (isa<DbgInfoIntrinsic>(Inst)) in FindAvailableLoadedValue()
188 if ((isa<AllocaInst>(Ptr) || isa<GlobalVariable>(Ptr)) && in FindAvailableLoadedValue()
189 (isa<AllocaInst>(SI->getOperand(1)) || in FindAvailableLoadedValue()
190 isa<GlobalVariable>(SI->getOperand(1)))) in FindAvailableLoadedValue()
DCodeMetrics.cpp32 if (isa<CallInst>(II) || isa<InvokeInst>(II)) { in analyzeBasicBlock()
54 if (!isa<InlineAsm>(CS.getCalledValue())) in analyzeBasicBlock()
64 if (isa<ExtractElementInst>(II) || II->getType()->isVectorTy()) in analyzeBasicBlock()
78 if (isa<ReturnInst>(BB->getTerminator())) in analyzeBasicBlock()
92 notDuplicatable |= isa<IndirectBrInst>(BB->getTerminator()); in analyzeBasicBlock()
/freebsd-10-stable/sys/i386/ibcs2/
Dibcs2_signal.c167 ibcs2_to_bsd_sigaction(isa, bsa) in ibcs2_to_bsd_sigaction() argument
168 struct ibcs2_sigaction *isa; in ibcs2_to_bsd_sigaction()
172 bsa->sa_handler = isa->isa_handler;
173 ibcs2_to_bsd_sigset(&isa->isa_mask, &bsa->sa_mask);
175 if ((isa->isa_flags & IBCS2_SA_NOCLDSTOP) != 0)
180 bsd_to_ibcs2_sigaction(bsa, isa) in bsd_to_ibcs2_sigaction() argument
182 struct ibcs2_sigaction *isa;
185 isa->isa_handler = bsa->sa_handler;
186 bsd_to_ibcs2_sigset(&bsa->sa_mask, &isa->isa_mask);
187 isa->isa_flags = 0;
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp70 if ((isa<ObjCStringLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
75 (isa<ObjCArrayLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
80 (isa<ObjCDictionaryLiteral>(Arg) && in rewriteObjCRedundantCallWithLiteral()
775 if (!isa<IntegerLiteral>(literalE) && !isa<FloatingLiteral>(literalE)) in rewriteToNumberLiteral()
891 if (isa<ArraySubscriptExpr>(Expr) || in subscriptOperatorNeedsParens()
892 isa<CallExpr>(Expr) || in subscriptOperatorNeedsParens()
893 isa<DeclRefExpr>(Expr) || in subscriptOperatorNeedsParens()
894 isa<CXXNamedCastExpr>(Expr) || in subscriptOperatorNeedsParens()
895 isa<CXXConstructExpr>(Expr) || in subscriptOperatorNeedsParens()
896 isa<CXXThisExpr>(Expr) || in subscriptOperatorNeedsParens()
[all …]
/freebsd-10-stable/sys/amd64/conf/
DGENERIC.hints2 hint.fdc.0.at="isa"
10 hint.atkbdc.0.at="isa"
16 hint.sc.0.at="isa"
18 hint.uart.0.at="isa"
22 hint.uart.1.at="isa"
25 hint.ppc.0.at="isa"
27 hint.atrtc.0.at="isa"
30 hint.attimer.0.at="isa"
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DObjCLanguageRuntime.h265 GetClassDescriptorFromISA (ObjCISA isa);
268 GetNonKVOClassDescriptor (ObjCISA isa);
319 IsValidISA(ObjCISA isa) in IsValidISA() argument
322 return m_isa_to_descriptor.count(isa) > 0; in IsValidISA()
341 GetActualTypeName(ObjCISA isa);
344 GetParentClass(ObjCISA isa);
488 ISAIsCached (ObjCISA isa) const in ISAIsCached() argument
490 return m_isa_to_descriptor.find(isa) != m_isa_to_descriptor.end(); in ISAIsCached()
494 AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp) in AddClass() argument
496 if (isa != 0) in AddClass()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Transforms/ObjCARC/
DObjCARC.h212 return isa<InvokeInst>(V) ? IC_CallOrUser : IC_User; in GetBasicInstructionClass()
266 return isa<ConstantPointerNull>(V) || isa<UndefValue>(V); in IsNullOrUndef()
270 return isa<BitCastInst>(I) || in IsNoopInstruction()
271 (isa<GetElementPtrInst>(I) && in IsNoopInstruction()
291 isa<ConstantPointerNull>(OldArg))) && in EraseInstruction()
306 if (isa<Constant>(Op) || isa<AllocaInst>(Op)) in IsPotentialRetainableObjPtr()
366 if (isa<CallInst>(V) || isa<InvokeInst>(V) || in IsObjCIdentifiedObject()
367 isa<Argument>(V) || isa<Constant>(V) || in IsObjCIdentifiedObject()
368 isa<AllocaInst>(V)) in IsObjCIdentifiedObject()
/freebsd-10-stable/contrib/llvm/lib/IR/
DConstantFold.cpp144 if (isa<ConstantAggregateZero>(V)) in FoldBitCast()
154 if (isa<ConstantInt>(V) || isa<ConstantFP>(V)) in FoldBitCast()
160 if (isa<ConstantPointerNull>(V)) // ptr->ptr cast. in FoldBitCast()
512 if (isa<UndefValue>(V)) { in ConstantFoldCastInstruction()
550 if ((isa<ConstantVector>(V) || isa<ConstantDataVector>(V)) && in ConstantFoldCastInstruction()
618 bool isOne = isa<ConstantInt>(Idx) && cast<ConstantInt>(Idx)->isOne(); in ConstantFoldCastInstruction()
721 if (isa<UndefValue>(Cond)) { in ConstantFoldSelectInstruction()
722 if (isa<UndefValue>(V1)) return V1; in ConstantFoldSelectInstruction()
725 if (isa<UndefValue>(V1)) return V2; in ConstantFoldSelectInstruction()
726 if (isa<UndefValue>(V2)) return V1; in ConstantFoldSelectInstruction()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp65 return isa<CastInst>(Inst) || isa<BinaryOperator>(Inst) || in canHandle()
66 isa<GetElementPtrInst>(Inst) || isa<CmpInst>(Inst) || in canHandle()
67 isa<SelectInst>(Inst) || isa<ExtractElementInst>(Inst) || in canHandle()
68 isa<InsertElementInst>(Inst) || isa<ShuffleVectorInst>(Inst) || in canHandle()
69 isa<ExtractValueInst>(Inst) || isa<InsertValueInst>(Inst); in canHandle()
96 if (isa<OverflowingBinaryOperator>(BinOp)) { in getHashValue()
130 assert((isa<CallInst>(Inst) || isa<BinaryOperator>(Inst) || in getHashValue()
131 isa<GetElementPtrInst>(Inst) || isa<SelectInst>(Inst) || in getHashValue()
132 isa<ExtractElementInst>(Inst) || isa<InsertElementInst>(Inst) || in getHashValue()
133 isa<ShuffleVectorInst>(Inst)) && "Invalid/unknown instruction"); in getHashValue()
[all …]
/freebsd-10-stable/crypto/heimdal/base/
Dheimbase.c42 heim_type_t isa; member
51 heim_type_t isa; member
134 if (p->isa->dealloc) in heim_release()
135 p->isa->dealloc(ptr); in heim_release()
165 return p->isa; in _heim_get_isa()
179 heim_type_t isa = _heim_get_isa(ptr); in heim_get_tid() local
180 return isa->tid; in heim_get_tid()
194 heim_type_t isa = _heim_get_isa(ptr); in heim_get_hash() local
195 if (isa->hash) in heim_get_hash()
196 return isa->hash(ptr); in heim_get_hash()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DObjCLanguageRuntime.cpp45 ObjCLanguageRuntime::AddClass (ObjCISA isa, const ClassDescriptorSP &descriptor_sp, const char *cla… in AddClass() argument
47 if (isa != 0) in AddClass()
49 m_isa_to_descriptor[isa] = descriptor_sp; in AddClass()
51 m_hash_to_isa_map.insert(std::make_pair(MappedHash::HashStringUsingDJB(class_name), isa)); in AddClass()
497 ObjCLanguageRuntime::GetParentClass(ObjCLanguageRuntime::ObjCISA isa) in GetParentClass() argument
499 ClassDescriptorSP objc_class_sp (GetClassDescriptorFromISA(isa)); in GetParentClass()
510 ObjCLanguageRuntime::GetActualTypeName(ObjCLanguageRuntime::ObjCISA isa) in GetActualTypeName() argument
512 ClassDescriptorSP objc_class_sp (GetNonKVOClassDescriptor(isa)); in GetActualTypeName()
546 ObjCISA isa = process->ReadPointerFromMemory(isa_pointer, error); in GetClassDescriptor() local
547 if (isa != LLDB_INVALID_ADDRESS) in GetClassDescriptor()
[all …]
/freebsd-10-stable/contrib/llvm/include/llvm/IR/
DIntrinsicInst.h54 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
73 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
91 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
112 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
184 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
207 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
240 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
254 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
267 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
279 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
[all …]
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp42 isa<ConstantInt>(I->getOperand(2))) in CheapToScalarize()
75 if (!isa<ConstantInt>(III->getOperand(2))) in FindScalarElement()
130 !(isa<BinaryOperator>(PHIUser)) || !CheapToScalarize(PHIUser, true)) in scalarizePHI()
162 if (pos && !isa<PHINode>(pos)) { in scalarizePHI()
236 CheapToScalarize(BO, isa<ConstantInt>(EI.getOperand(1)))) { in visitExtractElementInst()
251 if (isa<Constant>(IE->getOperand(2)) && isa<Constant>(EI.getOperand(1))) { in visitExtractElementInst()
333 if (isa<UndefValue>(V)) { in CollectSingleShuffleElements()
357 if (!isa<ConstantInt>(IdxOp)) in CollectSingleShuffleElements()
361 if (isa<UndefValue>(ScalarOp)) { // inserting undef into vector. in CollectSingleShuffleElements()
370 if (isa<ConstantInt>(EI->getOperand(1)) && in CollectSingleShuffleElements()
[all …]
DInstCombineLoadStoreAlloca.cpp178 while (isa<AllocaInst>(*It) || isa<DbgInfoIntrinsic>(*It)) ++It; in visitAllocaInst()
195 } else if (isa<UndefValue>(AI.getArraySize())) { in visitAllocaInst()
359 if (isa<CastInst>(Op)) in visitLoadInst()
378 if (isa<ConstantPointerNull>(GEPI0) && GEPI->getPointerAddressSpace() == 0){ in visitLoadInst()
391 if (isa<UndefValue>(Op) || in visitLoadInst()
392 (isa<ConstantPointerNull>(Op) && LI.getPointerAddressSpace() == 0)) { in visitLoadInst()
554 if (isa<BinaryOperator>(A) || in equivalentAddressValues()
555 isa<CastInst>(A) || in equivalentAddressValues()
556 isa<PHINode>(A) || in equivalentAddressValues()
557 isa<GetElementPtrInst>(A)) in equivalentAddressValues()
[all …]
/freebsd-10-stable/usr.sbin/iscsid/
Ddiscovery.c142 struct iscsi_session_add isa; in kernel_add() local
145 memset(&isa, 0, sizeof(isa)); in kernel_add()
146 memcpy(&isa.isa_conf, &conn->conn_conf, sizeof(isa.isa_conf)); in kernel_add()
147 strlcpy(isa.isa_conf.isc_target, target, in kernel_add()
148 sizeof(isa.isa_conf.isc_target)); in kernel_add()
149 isa.isa_conf.isc_discovery = 0; in kernel_add()
150 error = ioctl(conn->conn_iscsi_fd, ISCSISADD, &isa); in kernel_add()
/freebsd-10-stable/contrib/llvm/lib/Bitcode/Writer/
DValueEnumerator.cpp128 if (isa<MDNode>(V) || isa<MDString>(V)) { in getValueID()
238 if (isa<MDNode>(V) || isa<MDString>(V)) in EnumerateMDNodeOperands()
240 else if (!isa<Instruction>(V) && !isa<Argument>(V)) in EnumerateMDNodeOperands()
248 assert((isa<MDNode>(MD) || isa<MDString>(MD)) && "Invalid metadata kind"); in EnumerateMetadata()
303 } else if (isa<Instruction>(V) || isa<Argument>(V)) in EnumerateFunctionLocalMetadata()
313 assert(!isa<MDNode>(V) && !isa<MDString>(V) && in EnumerateValue()
328 if (isa<GlobalValue>(C)) { in EnumerateValue()
341 if (!isa<BasicBlock>(*I)) // Don't enumerate BB operand to BlockAddress. in EnumerateValue()
412 if (isa<BasicBlock>(Op)) continue; in EnumerateOperandType()
422 } else if (isa<MDString>(V) || isa<MDNode>(V)) in EnumerateOperandType()
[all …]
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DParentMap.cpp127 do { S = getParent(S); } while (S && isa<ParenExpr>(S)); in getParentIgnoreParens()
135 while (S && (isa<ParenExpr>(S) || isa<CastExpr>(S))); in getParentIgnoreParenCasts()
143 } while (S && isa<Expr>(S) && cast<Expr>(S)->IgnoreParenImpCasts() != S); in getParentIgnoreParenImpCasts()
150 while (isa<ParenExpr>(S)) { in getOuterParenParent()
162 while (P && (isa<ParenExpr>(P) || isa<CastExpr>(P) || in isConsumedExpr()
163 isa<ExprWithCleanups>(P))) { in isConsumedExpr()
173 return isa<Expr>(P); in isConsumedExpr()
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/
DDifferenceEngine.cpp255 if (isa<CmpInst>(L)) { in diff()
261 } else if (isa<CallInst>(L)) { in diff()
263 } else if (isa<PHINode>(L)) { in diff()
276 } else if (isa<InvokeInst>(L)) { in diff()
288 } else if (isa<BranchInst>(L)) { in diff()
306 } else if (isa<SwitchInst>(L)) { in diff()
344 } else if (isa<UnreachableInst>(L)) { in diff()
373 if (isa<GlobalValue>(L)) in equivalentAsOperands()
378 if (isa<ConstantExpr>(L)) in equivalentAsOperands()
384 if (isa<ConstantPointerNull>(L)) in equivalentAsOperands()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
DEmulateInstruction.h225 uint32_t isa; member
231 uint32_t isa; member
235 uint32_t isa; member
329 SetISAAndImmediate (uint32_t isa, uint32_t data) in SetISAAndImmediate()
332 info.ISAAndImmediate.isa = isa; in SetISAAndImmediate()
337 SetISAAndImmediateSigned (uint32_t isa, int32_t data) in SetISAAndImmediateSigned()
340 info.ISAAndImmediateSigned.isa = isa; in SetISAAndImmediateSigned()
345 SetISA (uint32_t isa) in SetISA()
348 info.isa = isa; in SetISA()

12345678910>>...27