Searched refs:BA (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-10.0-release/lib/libstand/
H A Dglobals.c20 u_char bcea[6] = BA; /* broadcast ethernet address */
H A Dnet.h46 #define BA { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } macro
H A Darp.c62 { {0xffffffff}, BA }
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp133 const SCEV *BA = SE->getMinusSCEV(BS, AS); local
138 if (ASizeInt.ule(SE->getUnsignedRange(BA).getUnsignedMin()) &&
139 (-BSizeInt).uge(SE->getUnsignedRange(BA).getUnsignedMax()))
/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZMCInstLower.cpp96 const BlockAddress *BA = MO.getBlockAddress(); local
97 return lowerSymbolOperand(MO, AsmPrinter.GetBlockAddressSymbol(BA),
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp327 BackendAction BA = static_cast<BackendAction>(Act); local
328 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
329 if (BA != Backend_EmitNothing && !OS)
357 new BackendConsumer(BA, CI.getDiagnostics(),
368 BackendAction BA = static_cast<BackendAction>(Act); local
370 raw_ostream *OS = GetOutputStream(CI, getCurrentFile(), BA);
371 if (BA != Backend_EmitNothing && !OS)
418 BA, OS);
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp73 BlockAddress *BA = cast<BlockAddress>(use_back()); local
74 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
75 BA->getType()));
76 BA->destroyConstant();
H A DConstants.cpp344 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this))
345 return BA->getFunction()->getRelocationInfo();
1360 BlockAddress *&BA = local
1362 if (BA == 0)
1363 BA = new BlockAddress(F, BB);
1365 assert(BA->getFunction() == F && "Basic block moved between functions");
1366 return BA;
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp110 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) {
112 cast<Function>(MapValue(BA->getFunction(), VM, Flags, TypeMapper));
113 BasicBlock *BB = cast_or_null<BasicBlock>(MapValue(BA->getBasicBlock(), VM,
115 return VM[V] = BlockAddress::get(F, BB ? BB : BA->getBasicBlock());
H A DLocal.cpp229 if (BlockAddress *BA =
231 BasicBlock *TheOnlyDest = BA->getBasicBlock();
496 BlockAddress *BA = BlockAddress::get(DestBB); local
498 ConstantInt::get(llvm::Type::getInt32Ty(BA->getContext()), 1);
499 BA->replaceAllUsesWith(ConstantExpr::getIntToPtr(Replacement,
500 BA->getType()));
501 BA->destroyConstant();
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineOperand.h173 const BlockAddress *BA; // For MO_BlockAddress. member in union:llvm::MachineOperand::__anon1920::__anon1922::__anon1923
435 return Contents.OffsetedInfo.Val.BA;
634 static MachineOperand CreateBA(const BlockAddress *BA, int64_t Offset,
637 Op.Contents.OffsetedInfo.Val.BA = BA;
H A DMachineInstrBuilder.h142 const MachineInstrBuilder &addBlockAddress(const BlockAddress *BA, argument
145 MI->addOperand(*MF, MachineOperand::CreateBA(BA, Offset, TargetFlags));
H A DAsmPrinter.h322 MCSymbol *GetBlockAddressSymbol(const BlockAddress *BA) const;
H A DSelectionDAG.h436 SDValue getBlockAddress(const BlockAddress *BA, EVT VT,
439 SDValue getTargetBlockAddress(const BlockAddress *BA, EVT VT, argument
442 return getBlockAddress(BA, VT, Offset, true, TargetFlags);
H A DSelectionDAGNodes.h1472 const BlockAddress *BA; member in class:llvm::SDNode::BlockAddressSDNode
1479 BA(ba), Offset(o), TargetFlags(Flags) {
1482 const BlockAddress *getBlockAddress() const { return BA; }
/freebsd-10.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp151 if (I->getOpcode() == SP::BA) {
207 BuildMI(MBB, UnCondBrIter, MBB.findDebugLoc(I), get(SP::BA))
240 BuildMI(&MBB, DL, get(SP::BA)).addMBB(TBB);
254 BuildMI(&MBB, DL, get(SP::BA)).addMBB(FBB);
268 if (I->getOpcode() != SP::BA
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp476 } else if (const BlockAddressSDNode *BA =
478 int64_t offset = BA->getOffset();
480 WriteAsOperand(OS, BA->getBlockAddress()->getFunction(), false);
482 WriteAsOperand(OS, BA->getBlockAddress()->getBasicBlock(), false);
488 if (unsigned int TF = BA->getTargetFlags())
H A DInstrEmitter.cpp409 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(Op)) {
410 MIB.addBlockAddress(BA->getBlockAddress(),
411 BA->getOffset(),
412 BA->getTargetFlags());
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp492 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); local
493 O << BA->getName();
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DExtractFunction.cpp68 if (BlockAddress *BA = dyn_cast<BlockAddress>(V)) {
69 Function *F = BA->getFunction();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DOnDiskHashTable.h118 llvm::BumpPtrAllocator BA; member in class:clang::OnDiskChainedHashTableGenerator
181 insert(Buckets, NumBuckets, new (BA.Allocate<Item>()) Item(key, data,
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp1668 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); local
1675 DAG.getTargetBlockAddress(BA, PtrVT, 0,
1677 DAG.getTargetBlockAddress(BA, PtrVT, 0,
1683 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G3),
1684 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G2_NC),
1685 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G1_NC),
1686 DAG.getTargetBlockAddress(BA, PtrVT, 0, AArch64II::MO_ABS_G0_NC));
2904 } else if (const BlockAddressSDNode *BA
2906 Result = DAG.getTargetBlockAddress(BA->getBlockAddress(),
2907 BA
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp672 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
674 AM.BlockAddr = BA->getBlockAddress();
675 AM.SymbolFlags = BA->getTargetFlags();
676 if (FoldOffsetIntoAddress(BA->getOffset(), AM)) {
710 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(N0)) {
711 AM.BlockAddr = BA->getBlockAddress();
712 AM.Disp += BA->getOffset();
713 AM.SymbolFlags = BA->getTargetFlags();
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1123 ConstantInt *BA = 0, *CA = 0; local
1124 if (match(Src, m_AShr(m_Shl(m_Trunc(m_Value(A)), m_ConstantInt(BA)),
1126 BA == CA && A->getType() == CI.getType()) {
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp631 BlockAddress *BA = BlockAddress::get(BB);
632 BA->removeDeadConstantUsers();
633 return !BA->use_empty();

Completed in 622 milliseconds

123