/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/MCTargetDesc/ |
H A D | SPIRVInstPrinter.cpp | 39 const unsigned NumOps = MI->getNumOperands(); in printRemainingVariableOps() local 156 const unsigned NumOps = MI->getNumOperands(); in printInst() local 190 const auto NumOps = MI->getNumOperands(); in printOpExtInst() local 278 const unsigned NumOps = MI->getNumOperands(); in printStringImm() local
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | User.h | 70 User(Type *ty, unsigned vty, Use *, unsigned NumOps) in User() 170 void setGlobalVariableNumOperands(unsigned NumOps) { in setGlobalVariableNumOperands() 178 void setNumHungOffUseOperands(unsigned NumOps) { in setNumHungOffUseOperands()
|
H A D | InstrTypes.h | 43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument 46 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A 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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
|
/aosp_15_r20/external/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 767 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 815 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local 837 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local 906 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local 943 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Metadata.cpp | 524 void *MDNode::operator new(size_t Size, size_t NumOps, StorageType Storage) { in operator new() 569 MDNode::Header::Header(size_t NumOps, StorageType Storage) { in Header() 602 void MDNode::Header::resize(size_t NumOps) { in resize() 615 void MDNode::Header::resizeSmall(size_t NumOps) { in resizeSmall() 632 void MDNode::Header::resizeSmallToLarge(size_t NumOps) { in resizeSmallToLarge()
|
/aosp_15_r20/external/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 123 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 141 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 707 unsigned NumOps = Desc.getNumOperands(); in EmitVEXOpcodePrefix() local 969 unsigned NumOps = MI.getNumOperands(); in DetermineREXPrefix() local 1125 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 129 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 147 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 125 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 143 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 798 unsigned NumOps = Desc.getNumOperands(); in emitVEXOpcodePrefix() local 1150 unsigned NumOps = MI.getNumOperands(); in emitREXPrefix() local 1350 unsigned NumOps = Desc.getNumOperands(); in encodeInstruction() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-traits/src/ |
D | lib.rs | 101 pub trait NumOps<Rhs = Self, Output = Self>: trait
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A 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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A 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
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 1180 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local 1243 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local 1594 unsigned NumOps = 0; in handleSpecialFP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A 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
|
/aosp_15_r20/external/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 1060 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFP() local 1119 unsigned NumOps = MI.getDesc().getNumOperands(); in handleOneArgFPRW() local 1465 unsigned NumOps = 0; in handleSpecialFP() local
|