Searched defs:OperandValueKind (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h401 enum OperandValueKind { enum in class:llvm::TargetTransformInfo
426 unsigned Opcode, Type *Ty, OperandValueKind Opd1Info = OK_AnyValue,
427 OperandValueKind Opd2Info = OK_AnyValue,
600 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info,
601 OperandValueKind Opd2Info,
763 getArithmeticInstrCost(unsigned Opcode, Type *Ty, OperandValueKind Opd1Info,
764 OperandValueKind Opd2Info,

Completed in 61 milliseconds