Home
last modified time | relevance | path

Searched refs:getDirectTargetFlag (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h127 bool getDirectTargetFlag(StringRef Name, unsigned &Flag);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp222 bool PerTargetMIParsingState::getDirectTargetFlag(StringRef Name, in getDirectTargetFlag() function in PerTargetMIParsingState
2852 if (PFS.Target.getDirectTargetFlag(Token.stringValue(), TF)) { in parseMachineOperandAndTargetFlags()