Searched defs:Ops (Results 1 - 25 of 129) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEMIRBuilder.h58 void profileDstOps(ArrayRef<DstOp> Ops, GISelInstProfileBuilder &B) const { argument
65 void profileSrcOps(ArrayRef<SrcOp> Ops, GISelInstProfileBuilder &B) const { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) argument
H A DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DGlobalObject.h46 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, argument
H A DMatrixBuilder.h70 Value *Ops[] = {DataPtr, Stride, B.getInt1(IsVolatile), B.getInt32(Rows), local
92 Value *Ops[] = {Matrix, Ptr, local
116 Value *Ops[] = {Matrix, B.getInt32(Rows), B.getInt32(Columns)}; local
134 Value *Ops[] = {LHS, RHS, B.getInt32(LHSRows), B.getInt32(LHSColumns), local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h27 SmallVector<uint8_t, 32> Ops; member in class:llvm::UnwindOpcodeAssembler
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.cpp95 CheckPredicateMatcher( const TreePredicateFn &pred, const SmallVectorImpl<unsigned> &Ops) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h368 getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, ArrayRef<SDValue> Ops, SelectionDAG &DAG) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.cpp183 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { argument
H A DProfileSummary.cpp30 Metadata *Ops[2] = {MDString::get(Context, Key), local
38 Metadata *Ops[2] = {MDString::get(Context, Key), local
47 Metadata *Ops[2] = {MDString::get(Context, Key), MDString::get(Context, Val)}; local
67 Metadata *Ops[2] = {MDString::get(Context, "DetailedSummary"), local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp125 SmallVector<Value *, 4> Ops; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp85 std::vector<fuzzerop::OpDescriptor> Ops; local
H A DOperations.cpp18 void llvm::describeFuzzerIntOps(std::vector<fuzzerop::OpDescriptor> &Ops) { argument
45 describeFuzzerFloatOps(std::vector<fuzzerop::OpDescriptor> &Ops) argument
70 describeFuzzerControlFlowOps( std::vector<fuzzerop::OpDescriptor> &Ops) argument
75 describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops) argument
79 describeFuzzerAggregateOps( std::vector<fuzzerop::OpDescriptor> &Ops) argument
85 describeFuzzerVectorOps(std::vector<fuzzerop::OpDescriptor> &Ops) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp90 static Value *buildOrChain(IRBuilder<> &B, ArrayRef<Value*> Ops) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DSVEIntrinsicOpts.cpp152 Value *Ops[] = {Op1->getArgOperand(0), Op2->getArgOperand(0)}; local
H A DAArch64SelectionDAGInfo.cpp138 SDValue Ops[] = {DAG.getTargetConstant(ObjSize, dl, MVT::i64), Addr, Chain}; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp204 SmallVector<SDValue, 16> Ops; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp49 static void getRelevantOperands(Instruction *I, SmallVectorImpl<Value *> &Ops) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstrBundle.cpp281 AnalyzeVirtRegInBundle( MachineInstr &MI, Register Reg, SmallVectorImpl<std::pair<MachineInstr *, unsigned>> *Ops) argument
H A DIntrinsicLowering.cpp339 Value *Ops[3]; local
350 Value *Ops[3]; local
362 Value *Ops[3]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp239 SmallVector<std::pair<BasicBlock *, Value *>, 4> Ops; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp131 SmallVector<StringRef, 5> Ops; local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp130 unsigned Ops[] = { local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp214 SDValue Ops[] = { local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp163 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; local
202 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InFlag}; local

Completed in 285 milliseconds

123456