Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() argument
H A DGlobalValue.h76 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue() argument
H A DGlobalObject.h46 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalObject() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DCSEMIRBuilder.h58 void profileDstOps(ArrayRef<DstOp> Ops, GISelInstProfileBuilder &B) const { in profileDstOps() argument
65 void profileSrcOps(ArrayRef<SrcOp> Ops, GISelInstProfileBuilder &B) const { in profileSrcOps() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DConstant.h46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant() argument
H A DGlobalObject.h32 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalObject() argument
H A DGlobalValue.h77 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.h27 SmallVector<uint8_t, 32> Ops; member in llvm::UnwindOpcodeAssembler
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCallIndirectFixup.cpp120 SmallVector<MachineOperand, 8> Ops; in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h363 getInstr(unsigned MachineOpc, const SDLoc &dl, MVT Ty, ArrayRef<SDValue> Ops, SelectionDAG &DAG) const getInstr() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DLLVMContextImpl.cpp195 unsigned MDNodeOpsKey::calculateHash(ArrayRef<Metadata *> Ops) { in calculateHash() argument
H A DProfileSummary.cpp29 Metadata *Ops[2] = {MDString::get(Context, Key), in getKeyValMD() local
38 Metadata *Ops[2] = {MDString::get(Context, Key), MDString::get(Context, Val)}; in getKeyValMD() local
58 Metadata *Ops[2] = {MDString::get(Context, "DetailedSummary"), in getDetailedSummaryMD() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp122 SmallVector<Value *, 4> Ops; in splitGlobal() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp85 std::vector<fuzzerop::OpDescriptor> Ops; in getDefaultOps() local
H A DOperations.cpp18 void llvm::describeFuzzerIntOps(std::vector<fuzzerop::OpDescriptor> &Ops) { in describeFuzzerIntOps() argument
45 describeFuzzerFloatOps(std::vector<fuzzerop::OpDescriptor> &Ops) describeFuzzerFloatOps() argument
70 describeFuzzerControlFlowOps( std::vector<fuzzerop::OpDescriptor> &Ops) describeFuzzerControlFlowOps() argument
75 describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops) describeFuzzerPointerOps() argument
79 describeFuzzerAggregateOps( std::vector<fuzzerop::OpDescriptor> &Ops) describeFuzzerAggregateOps() argument
85 describeFuzzerVectorOps(std::vector<fuzzerop::OpDescriptor> &Ops) describeFuzzerVectorOps() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp41 static void getRelevantOperands(Instruction *I, SmallVectorImpl<Value *> &Ops) { in getRelevantOperands() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp92 static Value *buildOrChain(IRBuilder<> &B, ArrayRef<Value*> Ops) { in buildOrChain() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DIntrinsicLowering.cpp342 Value *Ops[3]; in LowerIntrinsicCall() local
353 Value *Ops[3]; in LowerIntrinsicCall() local
365 Value *Ops[3]; LowerIntrinsicCall() local
[all...]
H A DMachineInstrBundle.cpp281 AnalyzeVirtRegInBundle( MachineInstr &MI, unsigned Reg, SmallVectorImpl<std::pair<MachineInstr *, unsigned>> *Ops) AnalyzeVirtRegInBundle() argument
/third_party/skia/src/gpu/
H A DGrAuditTrail.h139 typedef SkTArray<Op*> Ops; typedef in GrAuditTrail
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64SelectionDAGInfo.cpp140 SDValue Ops[] = {DAG.getConstant(ObjSize, dl, MVT::i64), Addr, Chain}; in EmitTargetCodeForSetTag() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.cpp131 SmallVector<StringRef, 5> Ops; in parseGenericRegister() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp130 unsigned Ops[] = { in substitutePV() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp212 SDValue Ops[] = { in EmitTargetCodeForMemchr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86SelectionDAGInfo.cpp163 SDValue Ops[] = { Chain, DAG.getValueType(AVT), InFlag }; in EmitTargetCodeForMemset() local
203 SDValue Ops[] = {Chain, DAG.getValueType(AVT), InFlag}; in emitRepmovs() local

Completed in 14 milliseconds

12345