Searched defs:BA (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/lib/libstand/
H A Dnet.h46 #define BA { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff } macro
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp149 auto BA = DFG.addr<NodeBase*>(I); local
193 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); local
[all...]
H A DRDFCopy.cpp71 auto BA = DFG.getFunc().Addr->findBlock(B, DFG); local
H A DRDFLiveness.cpp751 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); local
781 NodeAddr<BlockNode*> BA = IA.Addr->getOwner(DFG); local
[all...]
H A DRDFGraph.cpp909 NodeAddr<BlockNode*> BA = newNode(NodeAttrs::Code | NodeAttrs::Block); local
930 auto BA = newBlock(Func, &B); local
1167 buildStmt(NodeAddr<BlockNode*> BA, MachineInstr &In) argument
1253 buildBlockRefs(NodeAddr<BlockNode*> BA, BlockRefsMap &RefM) argument
1273 recordDefsForDF(BlockRefsMap &PhiM, BlockRefsMap &RefM, NodeAddr<BlockNode*> BA) argument
1325 buildPhis(BlockRefsMap &PhiM, BlockRefsMap &RefM, NodeAddr<BlockNode*> BA) argument
1463 NodeAddr<BlockNode*> BA = PA.Addr->getOwner(*this); local
1545 linkBlockRefs(DefStackMap &DefM, NodeAddr<BlockNode*> BA) argument
[all...]
H A DRDFGraph.h705 static bool IsRef(const NodeAddr<NodeBase*> BA) { argument
710 static bool IsCode(const NodeAddr<NodeBase*> BA) { argument
714 static bool IsDef(const NodeAddr<NodeBase*> BA) { argument
718 static bool IsUse(const NodeAddr<NodeBase*> BA) { argument
722 IsPhi(const NodeAddr<NodeBase*> BA) argument
[all...]
H A DHexagonISelLowering.cpp1487 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); local
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionAliasAnalysis.cpp51 const SCEV *BA = SE.getMinusSCEV(BS, AS); local
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DBasicBlock.cpp76 BlockAddress *BA = cast<BlockAddress>(user_back()); local
H A DConstants.cpp1432 BlockAddress *&BA = local
1455 BlockAddress *BA = local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp682 BackendAction BA = static_cast<BackendAction>(Act); local
737 BackendAction BA = static_cast<BackendAction>(Act); local
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DOnDiskHashTable.h77 llvm::SpecificBumpPtrAllocator<Item> BA; member in class:llvm::OnDiskChainedHashTableGenerator
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h142 const MachineInstrBuilder &addBlockAddress(const BlockAddress *BA, argument
H A DMachineOperand.h177 const BlockAddress *BA; // For MO_BlockAddress. member in union:llvm::MachineOperand::__anon2179::__anon2181::__anon2182
H A DSelectionDAG.h517 SDValue getTargetBlockAddress(const BlockAddress *BA, EVT VT, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp915 const BlockAddress *BA = local
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp804 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); local
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp604 MCSymbol *BA = GetBlockAddressSymbol(MO.getBlockAddress()); local
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp322 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1200 ConstantInt *BA = nullptr, *CA = nullptr; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp733 BlockAddress *BA = dyn_cast<BlockAddress>(*UI); local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp570 BlockAddress *BA = BlockAddress::get(DestBB); local
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dppc-opc.c96 #define BA macro
[all...]
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp507 const BlockAddressSDNode *BA = cast<BlockAddressSDNode>(N); local
1735 SDValue SelectionDAG::getBlockAddress(const BlockAddress *BA, EVT VT, argument
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4153 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); local

Completed in 517 milliseconds

12