Searched refs:FunctionMapper (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DPredicateExpander.cpp23 StringRef FunctionMapper) {
24 if (!FunctionMapper.empty())
25 OS << FunctionMapper << "("; local
28 if (!FunctionMapper.empty())
35 StringRef FunctionMapper) {
37 expandCheckImmOperandSimple(OS, OpIndex, FunctionMapper);
39 if (!FunctionMapper.empty())
40 OS << FunctionMapper << "("; local
43 if (!FunctionMapper.empty())
50 StringRef FunctionMapper) {
21 expandCheckImmOperand(raw_ostream &OS, int OpIndex, int ImmVal, StringRef FunctionMapper) argument
33 expandCheckImmOperand(raw_ostream &OS, int OpIndex, StringRef ImmVal, StringRef FunctionMapper) argument
48 expandCheckImmOperandSimple(raw_ostream &OS, int OpIndex, StringRef FunctionMapper) argument
54 OS << FunctionMapper << "("; local
61 expandCheckRegOperand(raw_ostream &OS, int OpIndex, const Record *Reg, StringRef FunctionMapper) argument
67 OS << FunctionMapper << "("; local
80 expandCheckRegOperandSimple(raw_ostream &OS, int OpIndex, StringRef FunctionMapper) argument
86 OS << FunctionMapper << "("; local
[all...]
H A DPredicateExpander.h59 StringRef FunctionMapper);
63 StringRef FunctionMapper);
65 StringRef FunctionMapper);
67 StringRef FunctionMapper);

Completed in 169 milliseconds