Searched refs:FunctionMapper (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.cpp | 24 StringRef FunctionMapper) { in expandCheckImmOperand() argument 25 if (!FunctionMapper.empty()) in expandCheckImmOperand() 26 OS << FunctionMapper << "("; in expandCheckImmOperand() 29 if (!FunctionMapper.empty()) in expandCheckImmOperand() 36 StringRef FunctionMapper) { in expandCheckImmOperand() argument 38 expandCheckImmOperandSimple(OS, OpIndex, FunctionMapper); in expandCheckImmOperand() 40 if (!FunctionMapper.empty()) in expandCheckImmOperand() 41 OS << FunctionMapper << "("; in expandCheckImmOperand() 44 if (!FunctionMapper.empty()) in expandCheckImmOperand() 51 StringRef FunctionMapper) { in expandCheckImmOperandSimple() argument [all …]
|
H A D | PredicateExpander.h | 59 StringRef FunctionMapper); 63 StringRef FunctionMapper); 65 StringRef FunctionMapper); 67 StringRef FunctionMapper); 69 StringRef FunctionMapper); 71 StringRef FunctionMapper);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedPredicates.td | 17 let FunctionMapper = "AArch64_AM::getArithExtendType" in { 30 let FunctionMapper = "AArch64_AM::getArithShiftValue" in 36 let FunctionMapper = "AArch64_AM::getShiftValue" in 41 let FunctionMapper = "AArch64_AM::getMemExtendType" in { 49 let FunctionMapper = "AArch64_AM::getMemDoShift" in 53 let FunctionMapper = "AArch64_AM::getShiftType" in {
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetInstrPredicate.td | 119 // immediate operand value, and returns another value. Field `FunctionMapper` is 122 string FunctionMapper = Fn; 141 // If field `FunctionMapper` is a non-empty string, then function 142 // `FunctionMapper` is applied to the operand value, and the return value is then 156 // If field `FunctionMapper` is a non-empty string, then function 157 // `FunctionMapper` is applied to the operand value, and the return value is then 164 // If field `FunctionMapper` is a non-empty string, then function 165 // `FunctionMapper` is applied to the operand value, and the return value is then 172 // If field `FunctionMapper` is a non-empty string, then function 173 // `FunctionMapper` i [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMSchedule.td | 167 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 {
|