/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 76 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() 183 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands() 191 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
|
D | Constant.h | 46 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
|
D | GlobalObject.h | 35 : 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/ |
D | User.h | 73 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() 207 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands() 215 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
|
D | DerivedUser.h | 37 DerivedUser(Type *Ty, unsigned VK, Use *U, unsigned NumOps, in DerivedUser()
|
D | Constant.h | 43 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
|
D | GlobalObject.h | 49 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
|
D | InlineAsm.h | 269 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/ |
D | Thumb2SizeReduction.cpp | 807 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/ |
D | CallingConvLower.cpp | 129 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 147 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
D | MachineRegisterInfo.cpp | 231 unsigned NumOps = MI->getNumOperands(); in verifyUseList() local 335 unsigned NumOps) { in moveOperands()
|
D | MachineInstr.cpp | 122 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/ |
D | MipsMCTargetDesc.cpp | 142 unsigned NumOps = Inst.getNumOperands(); in evaluateBranch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcISelDAGToDAG.cpp | 160 unsigned NumOps = N->getNumOperands(); in tryInlineAsm() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FloatingPoint.cpp | 1121 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local 1182 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local 1527 unsigned NumOps = 0; in handleSpecialFP() local
|
D | X86CallFrameOptimization.cpp | 562 unsigned NumOps = DefMov->getDesc().getNumOperands(); in adjustCallSequence() local
|
D | X86SpeculativeLoadHardening.cpp | 289 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/ |
D | X86MCCodeEmitter.cpp | 865 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/ |
D | Instruction.cpp | 23 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/ |
D | ScheduleDAGFast.cpp | 485 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local 673 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
|
D | InstrEmitter.cpp | 636 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/ |
D | VPlanSLP.cpp | 187 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/ |
D | R600OpenCLImageTypeLoweringPass.cpp | 96 size_t NumOps = Node->getNumOperands(); in GetFunctionFromMDNode() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 553 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/ |
D | HexagonGenPredicate.cpp | 373 unsigned NumOps = MI->getNumOperands(); in convertToPredForm() local
|