Home
last modified time | relevance | path

Searched refs:hasMatchingInput (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DInlineAsm.h127 bool hasMatchingInput() const { return MatchingInput != -1; }
/external/llvm/include/llvm/IR/
DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInlineAsm.h135 bool hasMatchingInput() const { return MatchingInput != -1; } in hasMatchingInput() function
/external/llvm/lib/IR/
DInlineAsm.cpp172 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInlineAsm.cpp168 if (ConstraintsSoFar[N].hasMatchingInput() && in Parse()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInlineAsm.cpp175 if (ConstraintsSoFar[N].hasMatchingInput()) in Parse()
/external/clang/include/clang/Basic/
DTargetInfo.h627 bool hasMatchingInput() const { return (Flags & CI_HasMatchingInput) != 0; } in hasMatchingInput() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2913 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2959 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
3125 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp5707 isInReg = OpInfo.hasMatchingInput(); in GetRegistersForValue()
5915 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()
/external/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp2523 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2569 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
2734 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp6660 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp3158 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
3204 if (OpInfo.hasMatchingInput()) { in ParseConstraints()
3369 if (CType == TargetLowering::C_Memory && OpInfo.hasMatchingInput()) in ChooseConstraint()
DSelectionDAGBuilder.cpp7479 if (OpInfo.hasMatchingInput()) { in visitInlineAsm()
/external/clang/lib/CodeGen/
DCGStmt.cpp1877 if (Info.hasMatchingInput()) { in EmitAsmStmt()