Searched refs:In (Results 26 - 50 of 118) sorted by relevance

12345

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h323 SymbolCast(const SymExpr *In, QualType From, QualType To) : argument
324 SymExpr(SymbolCastKind), Operand(In), FromTy(From), ToTy(To) { }
333 const SymExpr *In, QualType From, QualType To) {
335 ID.AddPointer(In);
332 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *In, QualType From, QualType To) argument
/freebsd-11.0-release/sys/boot/i386/pxeldr/
H A Dpxeldr.S270 cld # In case anyone depends on this
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DVirtualFileSystem.h54 static Status copyWithNewName(const Status &In, StringRef NewName);
55 static Status copyWithNewName(const llvm::sys::fs::file_status &In,
/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm11 ! In addition to the permissions in the GNU General Public License, the
H A Dcygwin.asm11 * In addition to the permissions in the GNU General Public License, the
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the
/freebsd-11.0-release/contrib/bmake/mk/
H A Dlibs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
H A Dprogs.mk20 # In meta mode, we can capture dependenices for _one_ of the progs.
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp177 NOTE: In order for this to not completely fail on the debugger
290 static void getObjCClassCategory(StringRef In, StringRef &Class, argument
292 if (!hasObjCCategory(In)) {
293 Class = In.slice(In.find('[') + 1, In.find(' '));
298 Class = In.slice(In.find('[') + 1, In.find('('));
299 Category = In
303 getObjCMethodName(StringRef In) argument
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp666 // Allow null basic blocks in Blocks. In such cases, return 0.
714 // not the block with the PHI node. In the incoming block, the use
722 Instruction *In = cast<Instruction>(V); local
723 if (In->getParent() != B)
725 BasicBlock::iterator It = In->getIterator();
777 // have been null. In such case it won't have a location available.
826 Instruction *In = dyn_cast<Instruction>(Val);
827 if (!In)
829 BasicBlock *HdrB = L->getHeader(), *DefB = In->getParent();
1262 Instruction *In local
[all...]
H A DRDFGraph.h49 // to instructions. In turn, a code node corresponding to an instruction will
78 // In summary:
186 // accounted for. In such cases, a duplicate use of the super-register is
400 virtual bool isPreserving(const MachineInstr &In, unsigned OpNum) const;
401 virtual bool isClobbering(const MachineInstr &In, unsigned OpNum) const;
402 virtual bool isFixedReg(const MachineInstr &In, unsigned OpNum) const;
755 void buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In);
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dcrti.asm9 # In addition to the permissions in the GNU General Public License, the
/freebsd-11.0-release/contrib/gcc/
H A Dunwind.inc11 In addition to the permissions in the GNU General Public License, the
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm10 In addition to the permissions in the GNU General Public License, the
H A Deabi-cn.asm10 In addition to the permissions in the GNU General Public License, the
H A Dsol-ci.asm11 # In addition to the permissions in the GNU General Public License, the
H A Dsol-cn.asm11 # In addition to the permissions in the GNU General Public License, the
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm11 ! In addition to the permissions in the GNU General Public License, the
/freebsd-11.0-release/share/mk/
H A Dbsd.test.mk30 # In other words: list here any directories that contain test programs but use
/freebsd-11.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_dump.c41 case In: return "In";
/freebsd-11.0-release/contrib/sendmail/contrib/
H A Dbuildvirtuser61 In order to function properly, sendmail must be configured to use these
/freebsd-11.0-release/contrib/top/
H A DConfigure124 default answer enclosed in brackets, such as "[5.0]". In most cases,
384 install top setuid root (owner root and mode 4711). In SunOS 5.6
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64CollectLOH.cpp388 /// In[bb][color] = U Out[bb.predecessors][color]
392 /// Out[bb] = Gen[bb] U (In[bb] - Kill[bb])
395 BlockToSetOfInstrsPerColor &In,
406 SetOfMachineInstr &BBInSet = getSet(In, MBB, CurReg, NbReg);
411 // In[bb][color] = U Out[bb.predecessors][color]
422 // Out[bb] = Gen[bb] U (In[bb] - Kill[bb])
452 // In: Same as Out but for in boundary.
456 // for "In" definitions.
457 BlockToSetOfInstrsPerColor Out, In, ReachableUses; local
467 reachingDefAlgorithm(MF, ColorOpToReachedUses, In, Ou
393 reachingDefAlgorithm(const MachineFunction &MF, InstrToInstrs *ColorOpToReachedUses, BlockToSetOfInstrsPerColor &In, BlockToSetOfInstrsPerColor &Out, BlockToInstrPerColor &Gen, BlockToRegSet &Kill, BlockToSetOfInstrsPerColor &ReachableUses, unsigned NbReg) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dp-lang.c259 agreement as to how useful this feature is. In particular, gcc does
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp321 void MergeInTypeForLoadOrStore(Type *In, uint64_t Offset);
392 /// MergeInTypeForLoadOrStore - Add the 'In' type to the accumulated vector type
405 void ConvertToScalarInfo::MergeInTypeForLoadOrStore(Type *In, argument
414 // If the In type is a vector that is the same size as the alloca, see if it
416 if (VectorType *VInTy = dyn_cast<VectorType>(In)) {
419 } else if (In->isFloatTy() || In->isDoubleTy() ||
420 (In->isIntegerTy() && In->getPrimitiveSizeInBits() >= 8 &&
421 isPowerOf2_32(In
[all...]

Completed in 290 milliseconds

12345