Home
last modified time | relevance | path

Searched defs:NumOps (Results 1 – 25 of 70) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h76 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
183 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
191 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
DConstant.h46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DGlobalObject.h35 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DUser.h73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
207 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
215 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
DDerivedUser.h37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser()
DConstant.h43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DGlobalObject.h49 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
DInlineAsm.h269 static unsigned getFlagWord(unsigned Kind, unsigned NumOps) { in getFlagWord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp807 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
829 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
899 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
936 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCallingConvLower.cpp129 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
147 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
DMachineRegisterInfo.cpp231 unsigned NumOps = MI->getNumOperands(); in verifyUseList() local
335 unsigned NumOps) { in moveOperands()
DMachineInstr.cpp122 if (unsigned NumOps = MCID->getNumOperands() + in MachineInstr() local
187 unsigned NumOps, MachineRegisterInfo *MRI) { in moveOperands()
793 unsigned NumOps; in findInlineAsmFlagIdx() local
1101 unsigned NumOps; in findTiedOperandIdx() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCTargetDesc.cpp142 unsigned NumOps = Inst.getNumOperands(); in evaluateBranch() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp160 unsigned NumOps = N->getNumOperands(); in tryInlineAsm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp1121 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local
1182 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local
1527 unsigned NumOps = 0; in handleSpecialFP() local
DX86CallFrameOptimization.cpp562 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
DX86SpeculativeLoadHardening.cpp289 for (int OpIdx = 1, NumOps = MI.getNumOperands(); OpIdx < NumOps; in splitEdge() local
338 for (int OpIdx = 1, NumOps = MI.getNumOperands(); OpIdx < NumOps; in canonicalizePHIOperands() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp865 unsigned NumOps = Desc.getNumOperands(); in emitVEXOpcodePrefix() local
1181 unsigned NumOps = MI.getNumOperands(); in determineREXPrefix() local
1388 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstruction.cpp23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
35 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGFast.cpp485 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local
673 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
DInstrEmitter.cpp636 unsigned NumOps = Node->getNumOperands(); in EmitRegSequence() local
1047 unsigned NumOps = Node->getNumOperands(); in EmitSpecialNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanSLP.cpp187 for (unsigned I = 0, NumOps = VPI->getNumOperands(); I < NumOps; ++I) in getOperands() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600OpenCLImageTypeLoweringPass.cpp96 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp553 for (unsigned I = InlineAsm::MIOp_FirstOperand, NumOps = MI->getNumOperands(); in EmitInlineAsm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenPredicate.cpp373 unsigned NumOps = MI->getNumOperands(); in convertToPredForm() local

123