Home
last modified time | relevance | path

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

123456789

/external/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
/external/llvm/include/llvm/IR/
DUser.h70 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User()
170 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands()
178 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
DConstant.h47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
DInstrTypes.h43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
46 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
DGlobalObject.h34 : GlobalValue(Ty, VTy, Ops, NumOps, Linkage, Name, AddressSpace), in GlobalValue() argument
/external/llvm-project/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
/external/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
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp767 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
793 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
862 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
888 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/external/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
/external/llvm-project/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp817 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
839 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local
909 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
946 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
/external/llvm/lib/CodeGen/
DCallingConvLower.cpp123 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
141 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
/external/rust/crates/num-traits/src/
Dlib.rs101 pub trait NumOps<Rhs = Self, Output = Self>: trait
/external/llvm-project/llvm/lib/CodeGen/
DCallingConvLower.cpp133 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local
151 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
/external/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
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp417 unsigned NumOps = MI.getNumOperands(); in computeKnownBitsImpl() local
429 unsigned NumOps = MI.getNumOperands(); in computeKnownBitsImpl() local
/external/llvm-project/llvm/unittests/CodeGen/
DMachineInstrTest.cpp47 unsigned short NumOps = 2; in TEST() local
118 unsigned short NumOps = 2; in TEST() local
/external/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()

123456789