OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newpr
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
proposal.c
200
struct saproto *pr1, *pr2, *
newpr
= NULL;
local
485
newpr
= newsaproto();
486
if (
newpr
== NULL) {
491
newpr
->proto_id = pr1->proto_id;
492
newpr
->spisize = pr1->spisize;
493
newpr
->encmode = pr1->encmode;
494
newpr
->spi = pr2->spi; /* copy my SPI */
495
newpr
->spi_p = pr1->spi; /* copy peer's SPI */
496
newpr
->reqid_in = pr2->reqid_in;
497
newpr
->reqid_out = pr2->reqid_out
748
struct saproto *
newpr
;
local
1073
struct saproto *
newpr
;
local
1175
struct saproto *
newpr
= NULL, *pr;
local
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonGenPredicate.cpp
250
unsigned
NewPR
= MRI->createVirtualRegister(PredRC);
253
// be converted later. Generate a copy from Reg to
NewPR
.
256
BuildMI(B, std::next(DefIt), DL, TII->get(TargetOpcode::COPY),
NewPR
)
258
G2P.insert(std::make_pair(Reg, Register(
NewPR
)));
259
DEBUG(dbgs() << " -> !" << PrintRegister(Register(
NewPR
), *TRI) << '\n');
260
return Register(
NewPR
);
404
Register
NewPR
= MRI->createVirtualRegister(PredRC);
405
MachineInstrBuilder MIB = BuildMI(B, MI, DL, TII->get(NewOpc),
NewPR
.R);
415
// Generate a copy-out: NewGPR =
NewPR
, and replace all uses of OutR
420
.addReg(
NewPR
.R, 0, NewPR.S)
[
all
...]
HexagonHardwareLoops.cpp
[
all
...]
Completed in 203 milliseconds