Home
last modified time | relevance | path

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

12345

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86RegisterBankInfo.cpp113 unsigned NumOperands = MI.getNumOperands(); in getInstrPartialMappingIdxs() local
128 unsigned NumOperands = MI.getNumOperands(); in getInstrValueMapping() local
148 unsigned NumOperands = MI.getNumOperands(); in getSameOperandsMapping() local
192 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
266 unsigned NumOperands = MI.getNumOperands(); in getInstrAlternativeMappings() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h144 unsigned NumOperands = 0; variable
148 BasicExpression(unsigned NumOperands) in BasicExpression()
150 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression()
269 MemoryExpression(unsigned NumOperands, enum ExpressionType EType, in MemoryExpression()
302 CallExpression(unsigned NumOperands, CallInst *C, in CallExpression()
330 LoadExpression(unsigned NumOperands, LoadInst *L, in LoadExpression()
334 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-7.0/llvm/lib/IR/
DIntrinsicInst.cpp110 unsigned NumOperands = getNumArgOperands(); in getRoundingMode() local
130 unsigned NumOperands = getNumArgOperands(); in getExceptionBehavior() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h195 unsigned NumOperands = 0; variable
213 unsigned NumOperands) in InstructionMapping()
525 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/include/llvm/Analysis/
DConstantsScanner.h63 unsigned NumOperands = InstI->getNumOperands(); variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsRegisterBankInfo.cpp79 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXGenericToNVVM.cpp200 unsigned NumOperands = C->getNumOperands(); in remapConstantVectorOrConstantAggregate() local
239 unsigned NumOperands = C->getNumOperands(); in remapConstantExpr() local
/external/llvm/include/llvm/CodeGen/GlobalISel/
DRegisterBankInfo.h114 unsigned NumOperands; variable
130 InstructionMapping(unsigned ID, unsigned Cost, unsigned NumOperands) in InstructionMapping()
/external/llvm/include/llvm/Transforms/Utils/
DMemorySSA.h164 unsigned NumOperands) in MemoryAccess()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitCodes.cpp122 unsigned NumOperands = getNumOperandInfos(); in isValid() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVectorLoopCarriedReuse.cpp348 unsigned NumOperands = I1->getNumOperands(); in isEquivalentOperation() local
429 int NumOperands = I->getNumOperands(); in findValueToReuse() local
470 int NumOperands = Inst2Replace->getNumOperands(); in reuseValue() local
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h83 unsigned NumOperands; // Number of operands on instruction. variable
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenTarget.h196 unsigned NumOperands; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64RegisterBankInfo.cpp404 unsigned NumOperands = MI.getNumOperands(); in getSameKindOfOperandsMapping() local
537 unsigned NumOperands = MI.getNumOperands(); in getInstrMapping() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemorySSA.h217 BasicBlock *BB, unsigned NumOperands) in MemoryAccess()
/external/swiftshader/third_party/LLVM/include/llvm/
DMetadata.h84 unsigned NumOperands; variable
DUser.h47 unsigned NumOperands; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstr.h106 unsigned NumOperands = 0; // Number of operands on instruction. variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterInlineAsm.cpp177 unsigned NumOperands = MI->getNumOperands(); in EmitMSInlineAsmStr() local
290 unsigned NumOperands = MI->getNumOperands(); in EmitGCCInlineAsmStr() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DValueMapper.cpp105 unsigned OpNo = 0, NumOperands = C->getNumOperands(); in MapValue() local
/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/utils/TableGen/
DCodeGenTarget.h172 unsigned NumOperands; variable
/external/llvm/utils/TableGen/
DCodeGenTarget.h195 unsigned NumOperands; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
DX86InstComments.cpp253 unsigned NumOperands = MI->getNumOperands(); in printFMA3Comments() local
505 unsigned NumOperands = MI->getNumOperands(); in EmitAnyX86InstComments() local

12345