Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DPredicateExpander.cpp23 StringRef FunctionMapper) { in expandCheckImmOperand() argument
24 if (!FunctionMapper.empty()) in expandCheckImmOperand()
25 OS << FunctionMapper << "("; in expandCheckImmOperand()
28 if (!FunctionMapper.empty()) in expandCheckImmOperand()
35 StringRef FunctionMapper) { in expandCheckImmOperand() argument
37 expandCheckImmOperandSimple(OS, OpIndex, FunctionMapper); in expandCheckImmOperand()
39 if (!FunctionMapper.empty()) in expandCheckImmOperand()
40 OS << FunctionMapper << "("; in expandCheckImmOperand()
43 if (!FunctionMapper.empty()) in expandCheckImmOperand()
50 StringRef FunctionMapper) { in expandCheckImmOperandSimple() argument
[all …]
H A DPredicateExpander.h59 StringRef FunctionMapper);
63 StringRef FunctionMapper);
65 StringRef FunctionMapper);
67 StringRef FunctionMapper);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td17 let FunctionMapper = "AArch64_AM::getArithExtendType" in {
30 let FunctionMapper = "AArch64_AM::getArithShiftValue" in
35 let FunctionMapper = "AArch64_AM::getMemExtendType" in {
43 let FunctionMapper = "AArch64_AM::getMemDoShift" in
47 let FunctionMapper = "AArch64_AM::getShiftType" in {
57 let FunctionMapper = "AArch64_AM::getShiftValue" in
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td113 // immediate operand value, and returns another value. Field `FunctionMapper` is
116 string FunctionMapper = Fn;
135 // If field `FunctionMapper` is a non-empty string, then function
136 // `FunctionMapper` is applied to the operand value, and the return value is then
149 // Expands to a call to `FunctionMapper` if field `FunctionMapper` is set.
153 // Expands to a call to `FunctionMapper` if field `FunctionMapper` is set.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMSchedule.td167 let FunctionMapper = "ARM_AM::getAM2ShiftOpc" in {
172 let FunctionMapper = "ARM_AM::getAM2Op" in {
177 let FunctionMapper = "ARM_AM::getAM2Offset" in {
185 let FunctionMapper = "ARM_AM::getAM3Op" in {