Home
last modified time | relevance | path

Searched refs:ConstraintCodeVector (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInlineAsm.h101 using ConstraintCodeVector = std::vector<std::string>; variable
112 ConstraintCodeVector Codes;
153 ConstraintCodeVector Codes;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp83 ConstraintCodeVector *pCodes = &Codes; in Parse()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5582 InlineAsm::ConstraintCodeVector *rCodes; in getMultipleConstraintMatchWeight()