/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
H A D | InstrTypes.h | 40 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument 43 Use *Ops, unsigned NumOps, BasicBlock *InsertAtEnd) in TerminatorInst()
|
H A D | Constant.h | 47 Constant(Type *ty, ValueTy vty, Use *Ops, unsigned NumOps) in Constant()
|
H A D | GlobalObject.h | 30 GlobalObject(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalObject()
|
H A D | User.h | 51 User(Type *ty, unsigned vty, Use *OpList, unsigned NumOps) in User()
|
H A D | InlineAsm.h | 226 static unsigned getFlagWord(unsigned Kind, unsigned NumOps) { in getFlagWord()
|
H A D | GlobalValue.h | 64 GlobalValue(Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, in GlobalValue()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonCallingConvLower.cpp | 138 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 166 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | CallingConvLower.cpp | 122 unsigned NumOps = Outs.size(); in AnalyzeCallOperands() local 141 unsigned NumOps = ArgVTs.size(); in AnalyzeCallOperands() local
|
H A D | MachineRegisterInfo.cpp | 135 unsigned NumOps = MI->getNumOperands(); in verifyUseList() local 239 unsigned NumOps) { in moveOperands()
|
H A D | MachineInstr.cpp | 605 if (unsigned NumOps = MCID->getNumOperands() + in MachineInstr() local 673 unsigned NumOps, MachineRegisterInfo *MRI) { in moveOperands() 1022 unsigned NumOps; in findInlineAsmFlagIdx() local 1301 unsigned NumOps; in findTiedOperandIdx() local
|
H A D | TwoAddressInstructionPass.cpp | 436 for (unsigned i = 0, NumOps = MI.getNumOperands(); i != NumOps; ++i) { in isTwoAddrUse() local 1311 unsigned NumOps = MI->getNumOperands(); in collectTiedOperands() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Instruction.cpp | 23 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction() 39 Instruction::Instruction(Type *ty, unsigned it, Use *Ops, unsigned NumOps, in Instruction()
|
H A D | Instructions.cpp | 144 unsigned NumOps = e + e / 2; in growOperands() local 3486 unsigned NumOps = getNumOperands(); in removeCase() local 3506 unsigned NumOps = e*3; in growOperands() local 3549 unsigned NumOps = e*2; in growOperands() local 3605 unsigned NumOps = getNumOperands(); in removeDestination() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
H A D | Thumb2SizeReduction.cpp | 699 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local 725 unsigned NumOps = MCID.getNumOperands(); in ReduceTo2Addr() local 795 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local 821 unsigned NumOps = MCID.getNumOperands(); in ReduceToNarrow() local
|
H A D | ARMBaseInstrInfo.cpp | 157 unsigned NumOps = MCID.getNumOperands(); in convertToThreeAddress() local 653 unsigned NumOps = MCID.getNumOperands(); in GetInstSizeInBytes() local 2622 unsigned NumOps = DefMCID.getNumOperands(); in FoldImmediate() local 2632 unsigned NumOps = UseMCID.getNumOperands(); in FoldImmediate() local
|
H A D | ARMConstantIslandPass.cpp | 1869 unsigned NumOps = MCID.getNumOperands(); in optimizeThumb2JumpTables() local 1997 unsigned NumOps = MCID.getNumOperands(); in reorderThumb2JumpTables() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 713 unsigned NumOps = Desc.getNumOperands(); in EmitVEXOpcodePrefix() local 998 unsigned NumOps = MI.getNumOperands(); in DetermineREXPrefix() local 1168 unsigned NumOps = Desc.getNumOperands(); in EncodeInstruction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 974 unsigned NumOps = MI->getDesc().getNumOperands(); in handleOneArgFP() local 1036 unsigned NumOps = MI->getDesc().getNumOperands(); in handleOneArgFPRW() local 1378 unsigned NumOps = 0; in handleSpecialFP() local
|
H A D | X86InstrInfo.cpp | 4229 unsigned NumOps = MI->getDesc().getNumOperands()-2; in FuseTwoAddrInst() local 4298 unsigned NumOps = MI->getDesc().getNumOperands(); in foldMemoryOperandImpl() local 4723 unsigned NumOps = LoadMI->getDesc().getNumOperands(); in foldMemoryOperandImpl() local 4881 unsigned NumOps = MI->getDesc().getNumOperands(); in canFoldMemoryOperand() local 5057 unsigned NumOps = N->getNumOperands(); in unfoldMemoryOperand() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 494 unsigned NumOps = Node->getNumOperands(); in DelayForLiveRegsBottomUp() local 682 unsigned NumOps = N->getNumOperands(); in ScheduleNode() local
|
H A D | InstrEmitter.cpp | 612 unsigned NumOps = Node->getNumOperands(); in EmitRegSequence() local 931 unsigned NumOps = Node->getNumOperands(); in EmitSpecialNode() local
|
H A D | LegalizeTypes.cpp | 417 for (unsigned i = 0, NumOps = I->getNumOperands(); i < NumOps; ++i) in run() local 1020 unsigned NumOps = N->getNumOperands(); in LibCallify() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 663 unsigned NumOps = OldMI->getNumOperands(); in finishConvertToThreeAddress() local 682 unsigned NumOps = MI->getNumOperands(); in convertToThreeAddress() local 844 unsigned NumOps = MI->getNumExplicitOperands(); in foldMemoryOperandImpl() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenInstruction.cpp | 72 unsigned NumOps = 1; in CGIOperandList() local
|
H A D | DAGISelMatcherEmitter.cpp | 664 unsigned NumOps = P.getNumOperands(); in EmitPredicateFunctions() local
|