/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterBankInfo.cpp | 115 unsigned NumOperands = MI.getNumOperands(); in getInstrPartialMappingIdxs() local 130 unsigned NumOperands = MI.getNumOperands(); in getInstrValueMapping() local 150 unsigned NumOperands = MI.getNumOperands(); in getSameOperandsMapping() local 188 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local 199 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local 294 unsigned NumOperands = MI.getNumOperands(); in getInstrAlternativeMappings() local
|
D | X86FloatingPoint.cpp | 1293 unsigned NumOperands = MI.getDesc().getNumOperands(); in handleTwoArgFP() local 1389 unsigned NumOperands = MI.getDesc().getNumOperands(); in handleCompareFP() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
D | GVNExpression.h | 143 unsigned NumOperands = 0; variable 147 BasicExpression(unsigned NumOperands) in BasicExpression() 149 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression() 268 MemoryExpression(unsigned NumOperands, enum ExpressionType EType, in MemoryExpression() 301 CallExpression(unsigned NumOperands, CallInst *C, in CallExpression() 329 LoadExpression(unsigned NumOperands, LoadInst *L, in LoadExpression() 333 LoadExpression(enum ExpressionType EType, unsigned NumOperands, LoadInst *L, in LoadExpression() 378 StoreExpression(unsigned NumOperands, StoreInst *S, Value *StoredValue, in StoreExpression() 420 AggregateValueExpression(unsigned NumOperands, unsigned NumIntOperands) in AggregateValueExpression() 507 PHIExpression(unsigned NumOperands, BasicBlock *B) in PHIExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterBankInfo.cpp | 425 unsigned NumOperands = MI.getNumOperands(); in getSameKindOfOperandsMapping() local 613 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local 776 for (unsigned Idx = 0, NumOperands = MI.getNumOperands(); in getInstrMapping() local 831 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
D | RegisterBankInfo.h | 201 unsigned NumOperands = 0; variable 217 unsigned NumOperands) in InstructionMapping() 527 unsigned NumOperands) const { in getInstructionMapping()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | IntrinsicInst.cpp | 106 unsigned NumOperands = getNumArgOperands(); in getRoundingMode() local 116 unsigned NumOperands = getNumArgOperands(); in getExceptionBehavior() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXGenericToNVVM.cpp | 199 unsigned NumOperands = C->getNumOperands(); in remapConstantVectorOrConstantAggregate() local 238 unsigned NumOperands = C->getNumOperands(); in remapConstantExpr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonVectorLoopCarriedReuse.cpp | 420 unsigned NumOperands = I1->getNumOperands(); in isEquivalentOperation() local 507 int NumOperands = I->getNumOperands(); in findValueToReuse() local 606 int NumOperands = Inst2Replace->getNumOperands(); in reuseValue() local
|
D | HexagonOptAddrMode.cpp | 754 unsigned NumOperands = UseMI->getNumOperands(); in processBlock() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
D | NaClBitCodes.cpp | 121 unsigned NumOperands = getNumOperandInfos(); in isValid() local
|
D | NaClBitstreamReader.cpp | 228 unsigned NumOperands = Abbv->getNumOperandInfos(); in readRecord() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | MemorySSA.h | 220 BasicBlock *BB, unsigned NumOperands) in MemoryAccess()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86InstComments.cpp | 252 unsigned NumOperands = MI->getNumOperands(); in printFMA3Comments() local 504 unsigned NumOperands = MI->getNumOperands(); in EmitAnyX86InstComments() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinterInlineAsm.cpp | 178 unsigned NumOperands = MI->getNumOperands(); in EmitMSInlineAsmStr() local 318 unsigned NumOperands = MI->getNumOperands(); in EmitGCCInlineAsmStr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMRegisterBankInfo.cpp | 227 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstr.h | 117 unsigned NumOperands = 0; // Number of operands on instruction. variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCInstPrinter.h | 126 uint8_t NumOperands; member
|
D | MCInstrDesc.h | 191 unsigned short NumOperands; // Num of args (may be more if variable_ops) variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNDPPCombine.cpp | 177 int NumOperands = 1; in createDPPInst() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsRegisterBankInfo.cpp | 417 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 270 uint32_t NumOperands() const { in NumOperands() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instruction.h | 270 uint32_t NumOperands() const { in NumOperands() function
|
/third_party/spirv-tools/source/opt/ |
D | instruction.h | 283 uint32_t NumOperands() const { in NumOperands() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 286 unsigned NumOperands = N->getNumOperands(); in run() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | RegisterBankInfo.cpp | 376 unsigned NumOperands) { in hashInstructionMapping()
|