| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| D | dfaddsub.S | 81 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)
|
| D | dffma.S | 133 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)
|
| D | dfdiv.S | 81 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)
|
| D | udivsi3.S | 26 r5:4 = combine(#1,#0) 32 r1:0 = combine(r0,r4)
|
| D | udivmodsi4.S | 27 r5:4 = combine(#1,#0) 33 r1:0 = combine(r0,r4)
|
| D | dfmul.S | 70 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
|
| D | sfsqrt_opt.S | 38 r1:0 = combine(#0,#0) // clear S/H
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| D | MipsPreLegalizerCombiner.cpp | 33 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/ |
| D | AArch64O0PreLegalizerCombiner.cpp | 69 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI, 73 bool AArch64O0PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anonbb241b360111::AArch64O0PreLegalizerCombinerInfo
|
| D | AArch64PreLegalizerCombiner.cpp | 256 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI, 260 bool AArch64PreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anoneeee6b970211::AArch64PreLegalizerCombinerInfo
|
| D | AArch64PostLegalizerCombiner.cpp | 291 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/ |
| D | FuzzerCommand.h | 136 void combineOutAndErr(bool combine = true) { CombinedOutAndErr = combine; }
|
| /freebsd-12-stable/usr.sbin/ctm/ctm_rmail/ |
| D | ctm_rmail.c | 41 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/ |
| D | CodeGenPGO.cpp | 135 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/ |
| D | Hashing.h | 557 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/ |
| D | ipscan_y.y | 34 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/ |
| D | CombinerInfo.h | 67 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI,
|
| /freebsd-12-stable/crypto/heimdal/lib/wind/ |
| D | normalize.c | 250 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/ |
| D | AMDGPURegBankCombiner.cpp | 179 bool combine(GISelChangeObserver &Observer, MachineInstr &MI, 183 bool AMDGPURegBankCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anon87f58ff20111::AMDGPURegBankCombinerInfo
|
| D | AMDGPUPreLegalizerCombiner.cpp | 192 virtual bool combine(GISelChangeObserver &Observer, MachineInstr &MI, 196 bool AMDGPUPreLegalizerCombinerInfo::combine(GISelChangeObserver &Observer, in combine() function in __anone164491e0211::AMDGPUPreLegalizerCombinerInfo
|
| D | AMDGPUPostLegalizerCombiner.cpp | 296 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/ |
| D | Combiner.cpp | 150 Changed |= CInfo.combine(WrapperObserver, *CurrInst, B); in combineMachineInstrs()
|
| /freebsd-12-stable/contrib/lua/src/ |
| D | luac.c | 139 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/ |
| D | Combine.td | 9 // 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/ |
| D | charset.c | 810 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()
|