Searched +refs:simple +refs:mod +refs:reduce +refs:p1 +refs:p1 (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | README.txt | 16 3. 'Interprocedural register allocation' can be done to reduce the clobber sets 87 multiple uses. Here's a simple example: 706 We do a number of simplifications in simplify libcalls to strength reduce 758 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a 1037 It would be better to do the mul once to reduce codesize above the if. 1042 This simple function from 179.art: 1519 uint8_t p1(uint8_t b, uint8_t a) { 1530 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp { 1570 It would be interesting extend IPSCCP to be able to handle simple cases like 1580 handle simple things like this:
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ |
D | README.txt | 71 multiple uses. Here's a simple example: 637 We do a number of simplifications in simplify libcalls to strength reduce 689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a 993 It would be better to do the mul once to reduce codesize above the if. 998 This simple function from 179.art: 1476 uint8_t p1(uint8_t b, uint8_t a) { 1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp { 1527 It would be interesting extend IPSCCP to be able to handle simple cases like 1537 handle simple things like this:
|
/external/llvm/lib/Target/ |
D | README.txt | 71 multiple uses. Here's a simple example: 637 We do a number of simplifications in simplify libcalls to strength reduce 689 Better mod/ref analysis for scanf would allow us to eliminate the vtable and a 993 It would be better to do the mul once to reduce codesize above the if. 998 This simple function from 179.art: 1476 uint8_t p1(uint8_t b, uint8_t a) { 1487 define zeroext i8 @p1(i8 zeroext %b, i8 zeroext %a) nounwind readnone ssp { 1527 It would be interesting extend IPSCCP to be able to handle simple cases like 1537 handle simple things like this:
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 44 -m mod run library module as a script (terminates option list 674 "def callable(p1=1, p2=2)" 842 def test (p1, p2 = 1+1, *rest, **keywords): 906 Used mostly for filter(), map(), reduce() functions, and GUI callbacks.. 1020 reduce(f, list [, Applies the binary function f to the items oflist so as to 1021 init]) reduce the list to a single value.If init given, it is 1877 dumbdbm A dumb and slow but simple dbm clone. 1969 shlex Lexical analyzer class for simple shell-like syntaxes. 2118 DEL reduce indentation, or delete single character
|