Home
last modified time | relevance | path

Searched refs:FunctionMapper (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DPredicateExpander.cpp25 if (!FunctionMapper.empty()) in expandCheckImmOperand()
26 OS << FunctionMapper << "("; in expandCheckImmOperand()
29 if (!FunctionMapper.empty()) in expandCheckImmOperand()
40 if (!FunctionMapper.empty()) in expandCheckImmOperand()
44 if (!FunctionMapper.empty()) in expandCheckImmOperand()
54 if (!FunctionMapper.empty()) in expandCheckImmOperandSimple()
58 if (!FunctionMapper.empty()) in expandCheckImmOperandSimple()
67 if (!FunctionMapper.empty()) in expandCheckRegOperand()
71 if (!FunctionMapper.empty()) in expandCheckRegOperand()
86 if (!FunctionMapper.empty()) in expandCheckRegOperandSimple()
[all …]
H A DPredicateExpander.h60 StringRef FunctionMapper);
64 StringRef FunctionMapper);
66 StringRef FunctionMapper);
68 StringRef FunctionMapper);
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td18 let FunctionMapper = "AArch64_AM::getArithExtendType" in {
31 let FunctionMapper = "AArch64_AM::getArithShiftValue" in
36 let FunctionMapper = "AArch64_AM::getMemExtendType" in {
44 let FunctionMapper = "AArch64_AM::getMemDoShift" in
48 let FunctionMapper = "AArch64_AM::getShiftType" in {
58 let FunctionMapper = "AArch64_AM::getShiftValue" in
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td114 // immediate operand value, and returns another value. Field `FunctionMapper` is
117 string FunctionMapper = Fn;
131 // If field `FunctionMapper` is a non-empty string, then function
132 // `FunctionMapper` is applied to the operand value, and the return value is then
145 // Expands to a call to `FunctionMapper` if field `FunctionMapper` is set.
149 // Expands to a call to `FunctionMapper` if field `FunctionMapper` is set.