Home
last modified time | relevance | path

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

1234

/external/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
/external/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()
/external/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
/external/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()
/external/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp250 unsigned NumOperands = C->getNumOperands(); in remapConstantVectorOrConstantAggregate() local
289 unsigned NumOperands = C->getNumOperands(); in remapConstantExpr() local
368 unsigned NumOperands = N->getNumOperands(); in remapNamedMDNode() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIntrinsicInst.cpp106 unsigned NumOperands = getNumArgOperands(); in getRoundingMode() local
116 unsigned NumOperands = getNumArgOperands(); in getExceptionBehavior() local
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h114 unsigned NumOperands; variable
130 InstructionMapping(unsigned ID, unsigned Cost, unsigned NumOperands) in InstructionMapping()
/external/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
/external/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
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h164 unsigned NumOperands) in MemoryAccess()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp121 unsigned NumOperands = getNumOperandInfos(); in isValid() local
DNaClBitstreamReader.cpp228 unsigned NumOperands = Abbv->getNumOperandInfos(); in readRecord() local
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h83 unsigned NumOperands; // Number of operands on instruction. variable
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp164 unsigned NumOperands = MI->getNumOperands(); in EmitMSInlineAsmStr() local
260 unsigned NumOperands = MI->getNumOperands(); in EmitGCCInlineAsmStr() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemorySSA.h220 BasicBlock *BB, unsigned NumOperands) in MemoryAccess()
/external/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
/external/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
/external/llvm/utils/TableGen/
DCodeGenTarget.h195 unsigned NumOperands; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h117 unsigned NumOperands = 0; // Number of operands on instruction. variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMRegisterBankInfo.cpp227 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstPrinter.h126 uint8_t NumOperands; member
/external/capstone/
DMCInstrDesc.h124 unsigned char NumOperands; // Num of args (may be more if variable_ops) member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNDPPCombine.cpp177 int NumOperands = 1; in createDPPInst() local
/external/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp373 unsigned NumOperands = MI->getNumOperands(); in EmitAnyX86InstComments() local
/external/llvm/include/llvm/MC/
DMCInstrDesc.h141 unsigned short NumOperands; // Num of args (may be more if variable_ops) variable

1234