Home
last modified time | relevance | path

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

1234567

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
Ddfaddsub.S81 ATMP = combine(##0x20000000,#0)
93 if (BIGB) EXPB_A = combine(EXPA,EXPB) // swap exponents
99 ZTMP = combine(#62,#1)
133 ZTMP = combine(#54,##2045)
204 B = combine(##0x00100000,#0)
232 ATMP = combine(##0x7fefffff,#-1) // positive max finite
237 BTMP = combine(##0x7ff00000,#0) // positive infinity
289 ATMP = combine(##0x20000000,#0)
303 ZTMP = combine(#62,#1)
Ddffma.S133 CTMP = combine(PP_ODD_H,#0)
134 PP_ODD = combine(#0,PP_LL_H)
152 PP_HH = combine(#0,PP_ODD_H)
157 PP_LL = combine(PP_ODD_L,PP_LL_L)
196 if (SWAP.new) EXPCA = combine(EXPA,EXPC)
241 if (P_TMP) CTMP = combine(TMP,TMP) // sign extension of pre-shift-right-64
470 CTMP = combine(##0x7fefffff,#-1)
474 ATMP = combine(##0x7ff00000,#0)
565 ATMP = combine(##0x00100000,#0)
Ddfdiv.S81 EXPBA = combine(BH,AH)
293 TMPPAIR = combine(##0x00100000,#0) // min normal
328 B = combine(##0x7fefffff,#-1)
332 PROD = combine(##0x7ff00000,#0)
402 EXPBA = combine(BH,AH)
460 B = combine(##0x7ff00000,#0)
Dudivsi3.S26 r5:4 = combine(#1,#0)
32 r1:0 = combine(r0,r4)
Dudivmodsi4.S27 r5:4 = combine(#1,#0)
33 r1:0 = combine(r0,r4)
Ddfmul.S70 ATMP = combine(##0x40000000,#0)
93 BTMP = combine(##BIAS+BIAS-4,#0)
261 ATMP = combine(##0x7fefffff,#-1) // positive max finite
267 BTMP = combine(##0x7ff00000,#0) // positive infinity
Dsfsqrt_opt.S38 r1:0 = combine(#0,#0) // clear S/H
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMipsPreLegalizerCombiner.cpp33 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
37 bool MipsPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonb402a7740111::MipsPreLegalizerCombinerInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64O0PreLegalizerCombiner.cpp69 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
73 bool AArch64O0PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonbb241b360111::AArch64O0PreLegalizerCombinerInfo
DAArch64PreLegalizerCombiner.cpp256 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
260 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anoneeee6b970211::AArch64PreLegalizerCombinerInfo
DAArch64PostLegalizerCombiner.cpp291 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
295 bool AArch64PostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon1f5789760211::AArch64PostLegalizerCombinerInfo
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerCommand.h136 void combineOutAndErr(bool combine = true) { CombinedOutAndErr = combine; }
/freebsd-12-stable/usr.sbin/ctm/ctm_rmail/
Dctm_rmail.c41 int combine(char *delta, int npieces, char *dname, char *pname, char *tname);
487 e = combine(delta, npieces, dname, pname, tname); in combine_if_complete()
500 combine(char *delta, int npieces, char *dname, char *pname, char *tname) in combine() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenPGO.cpp135 void combine(HashType Type);
227 Hash.combine(Type); in VisitStmt()
242 Hash.combine(PGOHash::IfThenBranch); in TraverseIfStmt()
244 Hash.combine(PGOHash::IfElseBranch); in TraverseIfStmt()
247 Hash.combine(PGOHash::EndOfScope); in TraverseIfStmt()
258 Hash.combine(PGOHash::EndOfScope); \
741 void PGOHash::combine(HashType Type) { in combine() function in PGOHash
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DHashing.h557 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end,
562 return combine(length, buffer_ptr, buffer_end, args...);
570 hash_code combine(size_t length, char *buffer_ptr, char *buffer_end) {
607 return helper.combine(0, helper.buffer, helper.buffer + 64, args...);
/freebsd-12-stable/sbin/ipf/ipscan/
Dipscan_y.y34 struct in_addr combine(int, int, int, int);
172 { $$ = combine($1,$3,$5,$7); }
419 combine(int a1, int a2, int a3, int a4) in combine() function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
DCombinerInfo.h67 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
/freebsd-12-stable/crypto/heimdal/lib/wind/
Dnormalize.c250 combine(const uint32_t *in, size_t in_len, in combine() function
322 ret = combine(tmp, tmp_len, out, out_len); in _wind_stringprep_normalize()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPURegBankCombiner.cpp179 bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
183 bool AMDGPURegBankCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon87f58ff20111::AMDGPURegBankCombinerInfo
DAMDGPUPreLegalizerCombiner.cpp192 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
196 bool AMDGPUPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anone164491e0211::AMDGPUPreLegalizerCombinerInfo
DAMDGPUPostLegalizerCombiner.cpp296 bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
300 bool AMDGPUPostLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon608917dd0211::AMDGPUPostLegalizerCombinerInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DCombiner.cpp150 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B); in combineMachineInstrs()
/freebsd-12-stable/contrib/lua/src/
Dluac.c139 static const Proto* combine(lua_State* L, int n) in combine() function
177 f=combine(L,argc); in pmain()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/
DCombine.td9 // Declare GlobalISel combine rules and provide mechanisms to opt-out.
20 // A group of combine rules that can be added to a GICombiner or another group.
61 /// combine rule.
73 /// Declare a root node. There must be at least one of these in every combine
598 // Currently only the one combine above.
719 // A combine group used to for prelegalizer combiners at -O0. The combines in
/freebsd-12-stable/contrib/gcclibs/libcpp/
Dcharset.c810 unsigned char combine; member
857 if (ucnranges[mn].combine != 0 && ucnranges[mn].combine < nst->prev_class) in ucn_valid_in_identifier()
906 nst->prev_class = ucnranges[mn].combine; in ucn_valid_in_identifier()

1234567