Home
last modified time | relevance | path

Searched refs:EncoderMethod (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td20 let EncoderMethod = "getSImm9AddiuspValue";
25 let EncoderMethod = "getUImm3Mod8Encoding";
30 let EncoderMethod = "getSImm3Lsa2Value";
35 let EncoderMethod = "getUImm4AndValue";
75 let EncoderMethod = "getMemEncodingMMImm4";
119 let EncoderMethod = "getMemEncodingMMImm9";
127 let EncoderMethod = "getMemEncodingMMImm11";
135 let EncoderMethod = "getMemEncodingMMImm12";
143 let EncoderMethod = "getMemEncodingMMImm16";
160 let EncoderMethod = "getMemEncodingMMImm4sp";
[all …]
H A DMipsInstrInfo.td864 let EncoderMethod = "getSizeInsEncoding";
913 let EncoderMethod = "getSizeInsEncoding";
1160 let EncoderMethod = "getMemEncoding";
1171 let EncoderMethod = "getMSAMemEncoding";
1180 let EncoderMethod = "getMemEncoding";
1186 let EncoderMethod = "getMemEncoding";
1200 let EncoderMethod = "getMemEncoding";
1206 let EncoderMethod = "getMemEncoding";
1212 let EncoderMethod = "getMemEncoding";
1223 let EncoderMethod = "getMemEncoding";
[all …]
H A DMips32r6InstrInfo.td39 let EncoderMethod = "getBranchTarget21OpValue";
46 let EncoderMethod = "getBranchTarget26OpValue";
53 let EncoderMethod = "getJumpOffset16OpValue";
58 let EncoderMethod = "getJumpOffset16OpValue";
H A DMicroMips32r6InstrInfo.td15 let EncoderMethod = "getBranchTarget21OpValueMM";
22 let EncoderMethod = "getBranchTarget26OpValueMM";
29 let EncoderMethod = "getBranchTargetOpValueMMR6";
36 let EncoderMethod = "getBranchTargetOpValueLsl2MMR6";
H A DMips16InstrInfo.td25 let EncoderMethod = "getMemEncoding";
37 let EncoderMethod = "getMemEncoding";
43 let EncoderMethod = "getMemEncoding";
H A DMipsRegisterInfo.td633 let EncoderMethod = "getMovePRegSingleOpValue";
/freebsd-12.1/contrib/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoC.td42 let EncoderMethod = "getImmOpValue";
55 let EncoderMethod = "getImmOpValue";
82 let EncoderMethod = "getImmOpValue";
97 let EncoderMethod = "getImmOpValue";
111 let EncoderMethod = "getImmOpValue";
125 let EncoderMethod = "getImmOpValue";
138 let EncoderMethod = "getImmOpValueAsr1";
153 let EncoderMethod = "getImmOpValue";
169 let EncoderMethod = "getImmOpValue";
184 let EncoderMethod = "getImmOpValue";
[all …]
H A DRISCVInstrInfo.td118 let EncoderMethod = "getImmOpValue";
131 let EncoderMethod = "getImmOpValueAsr1";
142 let EncoderMethod = "getImmOpValue";
166 let EncoderMethod = "getImmOpValueAsr1";
/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZOperands.td89 let EncoderMethod = "get"##format##dispsize##length##"Encoding";
502 let EncoderMethod = "getPC16DBLEncoding";
506 let EncoderMethod = "getPC32DBLEncoding";
512 let EncoderMethod = "getPC12DBLBPPEncoding";
516 let EncoderMethod = "getPC16DBLBPPEncoding";
520 let EncoderMethod = "getPC24DBLBPPEncoding";
529 let EncoderMethod = "getPC16DBLTLSEncoding";
534 let EncoderMethod = "getPC32DBLTLSEncoding";
541 let EncoderMethod = "getPC32DBLEncoding";
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstrThumb.td126 let EncoderMethod = "getThumbBRTargetOpValue";
132 let EncoderMethod = "getThumbAdrLabelOpValue";
146 let EncoderMethod = "getThumbBLTargetOpValue";
153 let EncoderMethod = "getThumbBLXTargetOpValue";
159 let EncoderMethod = "getThumbBCCTargetOpValue";
165 let EncoderMethod = "getThumbCBTargetOpValue";
172 let EncoderMethod = "getAddrModePCOpValue";
228 let EncoderMethod = "getAddrModeISOpValue";
240 let EncoderMethod = "getAddrModeISOpValue";
252 let EncoderMethod = "getAddrModeISOpValue";
[all …]
H A DARMInstrInfo.td592 let EncoderMethod = "getAdrLabelOpValue";
644 let EncoderMethod = "getSORegRegOpValue";
655 let EncoderMethod = "getSORegImmOpValue";
666 let EncoderMethod = "getSORegRegOpValue";
677 let EncoderMethod = "getSORegImmOpValue";
695 let EncoderMethod = "getModImmOpValue";
878 let EncoderMethod = "getHiLo16ImmOpValue";
984 let EncoderMethod = "getLdStSORegOpValue";
1065 let EncoderMethod = "getAddrMode3OpValue";
1098 let EncoderMethod = "getLdStmModeOpValue";
[all …]
H A DARMInstrThumb2.td48 let EncoderMethod = "getT2SORegOpValue";
88 let EncoderMethod = "getT2SOImmOpValue";
159 let EncoderMethod = "getAddrModeImm12OpValue";
167 let EncoderMethod = "getAddrModeImm12OpValue";
180 let EncoderMethod = "getT2AdrLabelOpValue";
188 let EncoderMethod = "getT2AddrModeImm8OpValue";
199 let EncoderMethod = "getT2AddrModeImm8OpValue";
209 let EncoderMethod = "getT2AddrModeImm8OpValue";
234 let EncoderMethod = "getT2AddrModeImm8s4OpValue";
251 let EncoderMethod = "getT2Imm8s4OpValue";
[all …]
H A DARMInstrFormats.td174 let EncoderMethod = "getCCOutOpValue";
182 let EncoderMethod = "getCCOutOpValue";
229 let EncoderMethod = "getShiftRight8Imm";
235 let EncoderMethod = "getShiftRight16Imm";
241 let EncoderMethod = "getShiftRight32Imm";
247 let EncoderMethod = "getShiftRight64Imm";
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp71 std::string EncoderMethod; in CGIOperandList() local
80 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
86 EncoderMethod = Rec->getValueAsString("EncoderMethod"); in CGIOperandList()
122 OperandList.emplace_back(Rec, ArgName, PrintMethod, EncoderMethod, in CGIOperandList()
/freebsd-12.1/contrib/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td149 let EncoderMethod = "encodeMemri";
162 let EncoderMethod = "encodeComplement";
170 let EncoderMethod = "encodeRelCondBrTarget<AVR::fixup_7_pcrel>";
182 let EncoderMethod = "encodeCallTarget";
188 let EncoderMethod = "encodeImm<AVR::fixup_16, 2>";
194 let EncoderMethod = "encodeImm<AVR::fixup_6_adiw, 0>";
201 let EncoderMethod = "encodeImm<AVR::fixup_ldi, 0>";
207 let EncoderMethod = "encodeImm<AVR::fixup_port5, 0>";
214 let EncoderMethod = "encodeImm<AVR::fixup_port6, 0>";
234 let EncoderMethod = "encodeLDSTPtrReg";
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.td92 let EncoderMethod = "getBranchTargetOpValue";
101 let EncoderMethod = "getBranchTargetOpValue";
192 let EncoderMethod = "getRiMemoryOpValue";
204 let EncoderMethod = "getRrMemoryOpValue";
226 let EncoderMethod = "getSplsOpValue";
/freebsd-12.1/contrib/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.td83 let EncoderMethod = "getMemOpValue";
91 let EncoderMethod = "getMemOpValue";
122 let EncoderMethod = "getPCRelImmOpValue";
128 let EncoderMethod = "getCCOpValue";
140 let EncoderMethod = "getCGImmOpValue";
148 let EncoderMethod = "getCGImmOpValue";
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td679 let EncoderMethod = "getImm16Encoding";
689 let EncoderMethod = "getImm16Encoding";
702 let EncoderMethod = "getImm16Encoding";
729 let EncoderMethod = "getCondBrEncoding";
820 let EncoderMethod = "getMemRIEncoding";
830 let EncoderMethod = "getMemRIXEncoding";
842 let EncoderMethod = "getSPE8DisEncoding";
848 let EncoderMethod = "getSPE4DisEncoding";
854 let EncoderMethod = "getSPE2DisEncoding";
869 let EncoderMethod = "getTLSRegEncoding";
[all …]
H A DPPCInstr64Bit.td20 let EncoderMethod = "getImm16Encoding";
26 let EncoderMethod = "getImm16Encoding";
35 let EncoderMethod = "getImm16Encoding";
43 let EncoderMethod = "getTLSRegEncoding";
50 let EncoderMethod = "getTLSCallEncoding";
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td244 let EncoderMethod = "getAdrLabelOpValue";
255 let EncoderMethod = "getAdrLabelOpValue";
580 let EncoderMethod = "getVecShiftR8OpValue";
587 let EncoderMethod = "getVecShiftR16OpValue";
636 let EncoderMethod = "getVecShiftL8OpValue";
843 let EncoderMethod = "getVecShifterOpValue";
852 let EncoderMethod = "getVecShifterOpValue";
883 let EncoderMethod = "getAddSubImmOpValue";
890 let EncoderMethod = "getAddSubImmOpValue";
911 let EncoderMethod = "getAddSubImmOpValue";
[all …]
H A DSVEInstrFormats.td173 let EncoderMethod = "getImm8OptLsl";
233 let EncoderMethod = "getSVEIncDecImm";
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.td153 let EncoderMethod = "getBranchTargetOpValue";
157 let EncoderMethod = "getBranchPredTargetOpValue";
161 let EncoderMethod = "getBranchOnRegTargetOpValue";
165 let EncoderMethod = "getCallTargetOpValue";
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.td533 let EncoderMethod = "getSOPPBrEncoding";
662 let EncoderMethod = "getSDWASrcEncoding";
673 let EncoderMethod = "getSDWAVopcDstEncoding";
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTarget.td743 string EncoderMethod = "";
773 // EncoderMethod - The target method name to call to encode this register
775 string EncoderMethod = "";
/freebsd-12.1/contrib/llvm/lib/Target/BPF/
H A DBPFInstrInfo.td79 let EncoderMethod = "getMemoryOpValue";