Home
last modified time | relevance | path

Searched defs:BA (Results 1 – 25 of 34) sorted by relevance

12

/external/clang/test/CodeGenCXX/
D2010-03-09-AnonAggregate.cpp8 …union { struct { union { int BA; } Val; int Offset; } OffsetedInfo;… member
/external/llvm/unittests/ADT/
DIntervalMapTest.cpp599 UUOverlaps BA(mapB, mapA); in TEST() local
676 UUOverlaps BA(mapB, mapA); in TEST() local
/external/llvm/lib/Analysis/
DScalarEvolutionAliasAnalysis.cpp133 const SCEV *BA = SE->getMinusSCEV(BS, AS); in alias() local
/external/clang/lib/CodeGen/
DCodeGenAction.cpp284 BackendAction BA = static_cast<BackendAction>(Act); in CreateASTConsumer() local
301 BackendAction BA = static_cast<BackendAction>(Act); in ExecuteAction() local
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp95 if (BlockAddress *BA = dyn_cast<BlockAddress>(C)) { in MapValue() local
DLocal.cpp187 if (BlockAddress *BA = in ConstantFoldTerminator() local
433 BlockAddress *BA = BlockAddress::get(DestBB); in MergeBasicBlockIntoOnlyPred() local
/external/llvm/lib/VMCore/
DBasicBlock.cpp73 BlockAddress *BA = cast<BlockAddress>(use_back()); in ~BasicBlock() local
DConstants.cpp229 if (const BlockAddress *BA = dyn_cast<BlockAddress>(this)) in getRelocationInfo() local
1141 BlockAddress *&BA = in get() local
DAsmWriter.cpp796 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) { in WriteConstantInternal() local
DConstantFold.cpp1659 } else if (const BlockAddress *BA = dyn_cast<BlockAddress>(V1)) { in evaluateICmpRelation() local
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp328 MCSymbol* BA = GetBlockAddressSymbol(MO.getBlockAddress()); in printOperand() local
/external/llvm/include/llvm/CodeGen/
DMachineOperand.h134 const BlockAddress *BA; // For MO_BlockAddress. member
/external/clang/include/clang/Basic/
DOnDiskHashTable.h118 llvm::BumpPtrAllocator BA; variable
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp380 } else if (BlockAddressSDNode *BA = dyn_cast<BlockAddressSDNode>(Op)) { in AddOperand() local
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp807 else if (const BlockAddress *BA = dyn_cast<BlockAddress>(C)) in getConstantValue() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp659 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); in LowerBlockAddress() local
/external/llvm/lib/Target/CppBackend/
DCPPBackend.cpp868 } else if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) { in printConstant() local
/external/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp617 BlockAddress *BA = BlockAddress::get(BB); in hasAddressTakenAndUsed() local
/external/qemu/tcg/ppc/
Dtcg-target.c413 #define BA(n, c) (((c)+((n)*4))<<16) macro
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1125 ConstantInt *BA = 0, *CA = 0; in visitSExt() local
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp905 } else if (const BlockAddress *BA = dyn_cast<BlockAddress>(C)) { in WriteConstants() local
/external/qemu/tcg/ppc64/
Dtcg-target.c411 #define BA(n, c) (((c)+((n)*4))<<16) macro
/external/qemu/tcg/sparc/
Dtcg-target.c219 #define BA (INSN_OP(0) | INSN_COND(COND_A, 0) | INSN_OP2(0x2)) macro
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1395 if (const BlockAddress *BA = dyn_cast<BlockAddress>(CV)) in LowerConstant() local
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.cpp299 const BlockAddress *BA = cast<BlockAddressSDNode>(Op)->getBlockAddress(); in LowerBlockAddress() local

12