/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86RegisterBankInfo.cpp | 226 unsigned NumOperands = MI.getNumOperands(); getInstrPartialMappingIdxs() local 242 unsigned NumOperands = MI.getNumOperands(); getInstrValueMapping() local 264 unsigned NumOperands = MI.getNumOperands(); getSameOperandsMapping() local 304 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local 314 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local 437 unsigned NumOperands = MI.getNumOperands(); getInstrAlternativeMappings() local [all...] |
/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVNExpression.h | 143 unsigned NumOperands = 0; variable 147 BasicExpression(unsigned NumOperands) in BasicExpression() argument 149 BasicExpression(unsigned NumOperands, ExpressionType ET) in BasicExpression() argument 273 MemoryExpression(unsigned NumOperands,enum ExpressionType EType,const MemoryAccess * MemoryLeader) MemoryExpression() argument 306 CallExpression(unsigned NumOperands,CallInst * C,const MemoryAccess * MemoryLeader) CallExpression() argument 333 LoadExpression(unsigned NumOperands,LoadInst * L,const MemoryAccess * MemoryLeader) LoadExpression() argument 337 LoadExpression(enum ExpressionType EType,unsigned NumOperands,LoadInst * L,const MemoryAccess * MemoryLeader) LoadExpression() argument 376 StoreExpression(unsigned NumOperands,StoreInst * S,Value * StoredValue,const MemoryAccess * MemoryLeader) StoreExpression() argument 418 AggregateValueExpression(unsigned NumOperands,unsigned NumIntOperands) AggregateValueExpression() argument 510 PHIExpression(unsigned NumOperands,BasicBlock * B) PHIExpression() argument [all...] |
/llvm-project/llvm/tools/llvm-reduce/deltas/ |
H A D | ReduceRegisterUses.cpp | 30 int NumOperands = MI.getNumOperands(); in removeUsesFromFunction() local
|
H A D | ReduceRegisterDefs.cpp | 41 int NumOperands = MI.getNumOperands(); in removeDefsFromFunction() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | RegisterBankInfo.h | 204 unsigned NumOperands = 0; variable 220 unsigned NumOperands) in InstructionMapping() 536 unsigned NumOperands) const { in getInstructionMapping()
|
H A D | MachineInstr.h | 136 uint32_t NumOperands : LLVM_MI_NUMOPERANDS_BITS; global() variable
|
/llvm-project/llvm/lib/Target/M68k/GISel/ |
H A D | M68kRegisterBankInfo.cpp | 79 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXGenericToNVVM.cpp | 180 unsigned NumOperands = C->getNumOperands(); remapConstantVectorOrConstantAggregate() local 219 unsigned NumOperands = C->getNumOperands(); remapConstantExpr() local
|
/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64RegisterBankInfo.cpp | 461 unsigned NumOperands = MI.getNumOperands(); getSameKindOfOperandsMapping() local 773 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local 1019 for (unsigned Idx = 0, NumOperands = MI.getNumOperands(); getInstrMapping() local 1093 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorLoopCarriedReuse.cpp | 341 unsigned NumOperands = I1->getNumOperands(); isEquivalentOperation() local 425 int NumOperands = I->getNumOperands(); findValueToReuse() local 524 int NumOperands = Inst2Replace->getNumOperands(); reuseValue() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemorySSA.h | 225 MemoryAccess(LLVMContext & C,unsigned Vty,DeleteValueTy DeleteValue,BasicBlock * BB,unsigned NumOperands) MemoryAccess() argument
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 236 unsigned NumOperands; global() variable
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILOpLowering.cpp | 57 unsigned NumOperands = Orig->getNumOperands() - 1; argVectorFlatten() local
|
/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
H A D | PPCRegisterBankInfo.cpp | 87 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstComments.cpp | 277 unsigned NumOperands = MI->getNumOperands(); printFMAComments() local 633 unsigned NumOperands = MI->getNumOperands(); EmitAnyX86InstComments() local [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMRegisterBankInfo.cpp | 227 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FixupInstTuning.cpp | 85 unsigned NumOperands = MI.getDesc().getNumOperands(); processInstruction() local
|
H A D | X86FloatingPoint.cpp | 1355 unsigned NumOperands = MI.getDesc().getNumOperands(); handleTwoArgFP() local 1454 unsigned NumOperands = MI.getDesc().getNumOperands(); handleCompareFP() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterInlineAsm.cpp | 143 unsigned NumOperands = MI->getNumOperands(); EmitInlineAsmStr() local
|
/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVRegisterBankInfo.cpp | 267 unsigned NumOperands = MI.getNumOperands(); getInstrMapping() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstPrinter.h | 192 uint8_t NumOperands; global() member
|
H A D | MCInstrDesc.h | 206 unsigned short NumOperands; // Num of args (may be more if variable_ops) variable
|
/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 304 unsigned NumOperands = arg_size(); getRoundingMode() local 316 unsigned NumOperands = arg_size(); getExceptionBehavior() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | GCNDPPCombine.cpp | 241 int NumOperands = 0; createDPPInst() local [all...] |
/llvm-project/llvm/include/llvm/IR/ |
H A D | InlineAsm.h | 306 using NumOperands = Bitfield::Element<unsigned, 3, 13>; variable
|