HomeSort by relevance Sort by last modified time
    Searched refs:TFR (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
makefile 14 TFR = ~public/bin/testfilerunner
20 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) --
23 grep CONFIG *.[cmCM] | $(TFR) $(CCDIR) -open --
26 grep CONFIG *.[cmCM] | $(TFR) -fast $(CCDIR) --
29 grep CONFIG *.[cmCM] | $(TFR) --
32 grep CONFIG *.[cmCM] | $(TFR) -clang -fast --
35 grep CONFIG *.[cmCM] | $(TFR) -fast --
69 grep CONFIG *.[cmCM] | $(TFR) -dyld $(LibsystemRootPath) -- # FIXME: figure out if I can "call" the std target instead of duplicating it
  /device/generic/goldfish/libqemu/
test_host_2.c 43 #define TFR TEMP_FAILURE_RETRY
73 if (TFR(bind(sock, (struct sockaddr*)&addr, sizeof(addr))) < 0) {
79 if (TFR(listen(sock, 4)) < 0) {
102 client = TFR(accept(sock, NULL, NULL));
114 ret = TFR(read(client, buff, sizeof(buff)));
test_host_1.c 45 #define TFR TEMP_FAILURE_RETRY
75 if (TFR(bind(sock, (struct sockaddr*)&addr, sizeof(addr))) < 0) {
81 if (TFR(listen(sock, 4)) < 0) {
111 if (TFR(bind(sock, (struct sockaddr*)&addr, sizeof(addr))) < 0) {
117 if (TFR(listen(sock, 4)) < 0) {
201 client = TFR(accept(sock, NULL, NULL));
213 ret = TFR(read(client, buff, sizeof(buff)));
227 ret = TFR(write(client, p, count));
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 46 MaxNumOfInstsBetweenNewValueStoreAndTFR("max-num-inst-between-tfr-and-nv-store",
48 cl::desc("Maximum distance between a tfr feeding a store we "
117 case Hexagon::TFR: {
174 assert((HighRegInst->getOpcode() == Hexagon::TFR ||
177 (LowRegInst->getOpcode() == Hexagon::TFR ||
323 // %R6<def> = TFR %R9
364 // Look for uses of TFR instructions.
437 // Don't combine a TFR whose user could be newified (instructions that
480 // Don't combine a TFR whose user could be newified.
HexagonInstrInfo.cpp 421 BuildMI(MBB, I, DL, get(Hexagon::TFR), DestReg).addReg(SrcReg);
443 BuildMI(MBB, I, DL, get(Hexagon::TFR), (RI.getSubReg(DestReg,
    [all...]

Completed in 870 milliseconds