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

/external/llvm/include/llvm/IR/
H A DInstrTypes.h1189 struct OperandBundleUse { struct in namespace:llvm
1192 OperandBundleUse() {} function in struct:llvm::OperandBundleUse
1193 explicit OperandBundleUse(StringMapEntry<uint32_t> *Tag, ArrayRef<Use> Inputs) function in struct:llvm::OperandBundleUse
1239 /// Unlike OperandBundleUse, OperandBundleDefT owns the memory it carries, and
1252 explicit OperandBundleDefT(const OperandBundleUse &OBU) {
1352 OperandBundleUse getOperandBundleAt(unsigned Index) const {
1383 Optional<OperandBundleUse> getOperandBundle(StringRef Name) const {
1387 OperandBundleUse U = getOperandBundleAt(i);
1399 Optional<OperandBundleUse> getOperandBundle(uint32_t ID) const {
1403 OperandBundleUse
[all...]

Completed in 340 milliseconds