Home
last modified time | relevance | path

Searched defs:NumOperands (Results 1 – 25 of 48) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp115 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
DX86FloatingPoint.cpp1293 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/
DGVNExpression.h143 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/
DAArch64RegisterBankInfo.cpp425 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/
DRegisterBankInfo.h201 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/
DIntrinsicInst.cpp106 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/
DNVPTXGenericToNVVM.cpp199 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/
DHexagonVectorLoopCarriedReuse.cpp420 unsigned NumOperands = I1->getNumOperands(); in isEquivalentOperation() local
507 int NumOperands = I->getNumOperands(); in findValueToReuse() local
606 int NumOperands = Inst2Replace->getNumOperands(); in reuseValue() local
DHexagonOptAddrMode.cpp754 unsigned NumOperands = UseMI->getNumOperands(); in processBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp121 unsigned NumOperands = getNumOperandInfos(); in isValid() local
DNaClBitstreamReader.cpp228 unsigned NumOperands = Abbv->getNumOperandInfos(); in readRecord() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h220 BasicBlock *BB, unsigned NumOperands) in MemoryAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp252 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/
DAsmPrinterInlineAsm.cpp178 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/
DARMRegisterBankInfo.cpp227 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h117 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/
DMCInstPrinter.h126 uint8_t NumOperands; member
DMCInstrDesc.h191 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/
DGCNDPPCombine.cpp177 int NumOperands = 1; in createDPPInst() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsRegisterBankInfo.cpp417 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinstruction.h270 uint32_t NumOperands() const { in NumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstruction.h270 uint32_t NumOperands() const { in NumOperands() function
/third_party/spirv-tools/source/opt/
Dinstruction.h283 uint32_t NumOperands() const { in NumOperands() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp286 unsigned NumOperands = N->getNumOperands(); in run() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DRegisterBankInfo.cpp376 unsigned NumOperands) { in hashInstructionMapping()

12