Searched defs:BFI (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h31 BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo> *BFI; member in class:llvm::BlockFrequencyInfo
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h56 BFI, enumerator in enum:llvm::AArch64ISD::NodeType
H A DAArch64ISelLowering.cpp771 case AArch64ISD::BFI: return "AArch64ISD::BFI";
2462 // Now we need to alter MaskedVal so that it is an appropriate input for a BFI
2463 // instruction. BFI will do a left-shift by LSB before applying the mask we've
2471 // the BFI.
2498 /// Searches from N for an existing AArch64ISD::BFI node, possibly surrounded by
2499 /// a mask and an extension. Returns true if a BFI was found and provides
2501 static bool findMaskedBFI(SDValue N, SDValue &BFI, uint64_t &Mask, argument
2517 if (N.getOpcode() == AArch64ISD::BFI) {
2518 BFI
2586 SDValue BFI = DAG.getNode(AArch64ISD::BFI, DL, VT, local
2619 SDValue BFI; local
[all...]
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp270 /// \brief Layout the range of bitfields from BFI to BFE as contiguous storage.
307 RecordDecl::field_iterator BFI = FI; local
371 for (; BFI != BFE; ++BFI, ++FieldNo) {
372 FieldDecl *FD = *BFI;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.h191 BFI, enumerator in enum:llvm::ARMISD::NodeType
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6184 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex(); local
6186 int BFS = MFI->getObjectSize(BFI);
6188 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);

Completed in 110 milliseconds