/freebsd-src/contrib/llvm-project/llvm/tools/llvm-ar/ |
H A D | llvm-ar.cpp | 327 ArchiveOperation Operation; parseCommandLine() local 690 performReadOperation(ArchiveOperation Operation,object::Archive * OldArchive) performReadOperation() argument 844 computeInsertAction(ArchiveOperation Operation,const object::Archive::Child & Member,StringRef Name,std::vector<StringRef>::iterator & Pos,StringMap<int> & MemberCount) computeInsertAction() argument 908 computeNewArchiveMembers(ArchiveOperation Operation,object::Archive * OldArchive) computeNewArchiveMembers() argument 1005 performWriteOperation(ArchiveOperation Operation,object::Archive * OldArchive,std::unique_ptr<MemoryBuffer> OldArchiveBuf,std::vector<NewArchiveMember> * NewMembersP) performWriteOperation() argument 1109 performOperation(ArchiveOperation Operation,object::Archive * OldArchive,std::unique_ptr<MemoryBuffer> OldArchiveBuf,std::vector<NewArchiveMember> * NewMembers) performOperation() argument 1134 performOperation(ArchiveOperation Operation) performOperation() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageFilters.h | 85 enum Operation { LessThan, GreaterThan }; enum
|
/freebsd-src/sys/dev/mpr/mpi/ |
H A D | mpi2_hbd.h | 70 U8 Operation; /* 0x00 */ member 132 U8 Operation; /* 0x00 */ member
|
H A D | mpi2_sas.h | 264 U8 Operation; /* 0x00 */ member 321 U8 Operation; /* 0x00 */ member
|
H A D | mpi2_ioc.h | 1772 U8 Operation; /* 0x00 */ member 1835 U8 Operation; /* 0x00 */ member
|
/freebsd-src/sys/dev/mps/mpi/ |
H A D | mpi2_hbd.h | 64 U8 Operation; /* 0x00 */ member 124 U8 Operation; /* 0x00 */ member
|
H A D | mpi2_sas.h | 240 U8 Operation; /* 0x00 */ member 293 U8 Operation; /* 0x00 */ member
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 92 static std::string getMacroName(MacroType Macro, llvm::StringRef Operation) { in getMacroName()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCWinEH.h | 25 unsigned Operation; member
|
H A D | MCDwarf.h | 521 : Operation(Op), Label(L), Register(R), Offset(O), Loc(Loc), Operation() function [all...] |
/freebsd-src/sys/dev/mpt/mpilib/ |
H A D | mpi_sas.h | 238 U8 Operation; /* 00h */ member 279 U8 Operation; /* 00h */ member
|
/freebsd-src/sys/dev/pms/RefTisa/sallsdk/spc/ |
H A D | sampicmd.c | 285 bit32 Operation, in mpiGetPhyProfileCmd() 442 bit32 Operation, in mpiSetPhyProfileCmd()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 48 enum Operation { enum
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ComplexDeinterleavingPass.cpp | 150 ComplexDeinterleavingOperation Operation; member 285 NodePtr prepareCompositeNode(ComplexDeinterleavingOperation Operation, in prepareCompositeNode() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | InductiveRangeCheckElimination.cpp | 433 const SCEV *(ScalarEvolution::*Operation)(const SCEV *, const SCEV *, in reassociateSubLHS() local
|
H A D | LowerMatrixIntrinsics.cpp | 742 distributeTransposes(Value * Op0,ShapeInfo Shape0,Value * Op1,ShapeInfo Shape1,MatrixBuilder & Builder,function_ref<Instruction * (Value *,ShapeInfo,Value *,ShapeInfo)> Operation) distributeTransposes() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 721 writeDWARFExpression(raw_ostream & OS,const DWARFYAML::DWARFOperation & Operation,uint8_t AddrSize,bool IsLittleEndian) writeDWARFExpression() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 1598 Init(BinOp Operation,Value * Ptr,Value * Val,Align Alignment,AtomicOrdering Ordering,SyncScope::ID SSID) Init() argument 1620 AtomicRMWInst(BinOp Operation,Value * Ptr,Value * Val,Align Alignment,AtomicOrdering Ordering,SyncScope::ID SSID,Instruction * InsertBefore) AtomicRMWInst() argument 1629 AtomicRMWInst(BinOp Operation,Value * Ptr,Value * Val,Align Alignment,AtomicOrdering Ordering,SyncScope::ID SSID,BasicBlock * InsertAtEnd) AtomicRMWInst() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 2385 tgtok::TokKind Operation = Lex.getCode(); ParseOperationForEachFilter() local
|
/freebsd-src/contrib/ee/ |
H A D | new_curse.c | 1643 Operation(Temp_Stack, place) /* handle conditional operations */ in Operation() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | AnalysisBasedWarnings.cpp | 2229 void handleUnsafeOperation(const Stmt *Operation, bool IsRelatedToDecl, in handleUnsafeOperation() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2932 SDValue Operation; PromoteLegalFP_TO_INT() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3285 isComplexDeinterleavingOperationSupported(ComplexDeinterleavingOperation Operation,Type * Ty) isComplexDeinterleavingOperationSupported() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 6310 const AtomicRMWInst::BinOp Operation = parseFunctionBody() local
|
/freebsd-src/sys/dev/mpi3mr/mpi/ |
H A D | mpi30_ioc.h | 1595 U8 Operation; /* 0x0B */ member
|