OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextAddr
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
249
SDValue
nextAddr
= Addr->getOperand(2);
274
if (
nextAddr
->getOpcode() == XCoreISD::PCRelativeWrapper &&
275
nextAddr
->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
277
nextAddr
->getOperand(0), Glue);
280
CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other,
nextAddr
, Glue);
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
269
SDValue
nextAddr
= Addr->getOperand(2);
294
if (
nextAddr
->getOpcode() == XCoreISD::PCRelativeWrapper &&
295
nextAddr
->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
297
nextAddr
->getOperand(0), Glue);
299
return CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other,
nextAddr
, Glue);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp
249
SDValue
nextAddr
= Addr->getOperand(2);
274
if (
nextAddr
->getOpcode() == XCoreISD::PCRelativeWrapper &&
275
nextAddr
->getOperand(0)->getOpcode() == ISD::TargetBlockAddress) {
277
nextAddr
->getOperand(0), Glue);
280
CurDAG->SelectNodeTo(N, XCore::BAU_1r, MVT::Other,
nextAddr
, Glue);
/device/google/contexthub/firmware/os/core/
bl.c
471
uint32_t
nextAddr
= 0;
576
if (addr !=
nextAddr
)
623
nextAddr
+= len;
646
nextAddr
= 0;
/device/google/contexthub/contexthubhal/
system_comms.cpp
606
uint32_t
nextAddr
= appManager.readNanohubAppInfo(buf);
608
if (
nextAddr
) {
613
buf.writeU32(
nextAddr
);
[
all
...]
Completed in 451 milliseconds