Searched refs:BFI (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfo.cpp117 BFI = new BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo>();
121 delete BFI;
131 BFI->doFunction(&F, &BPI);
140 if (BFI) BFI->print(O);
144 return BFI->getBlockFreq(BB);
160 return BFI->Fn;
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfo.h31 BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo> *BFI; member in class:llvm::BlockFrequencyInfo
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp265 /// \brief Layout the range of bitfields from BFI to BFE as contiguous storage.
302 RecordDecl::field_iterator BFI = FI; local
366 for (; BFI != BFE; ++BFI, ++FieldNo) {
367 FieldDecl *FD = *BFI;
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp909 case AArch64ISD::BFI: return "AArch64ISD::BFI";
3087 // Now we need to alter MaskedVal so that it is an appropriate input for a BFI
3088 // instruction. BFI will do a left-shift by LSB before applying the mask we've
3096 // the BFI.
3123 /// Searches from N for an existing AArch64ISD::BFI node, possibly surrounded by
3124 /// a mask and an extension. Returns true if a BFI was found and provides
3126 static bool findMaskedBFI(SDValue N, SDValue &BFI, uint64_t &Mask, argument
3142 if (N.getOpcode() == AArch64ISD::BFI) {
3143 BFI
3211 SDValue BFI = DAG.getNode(AArch64ISD::BFI, DL, VT, local
3244 SDValue BFI; local
[all...]
H A DAArch64ISelLowering.h56 BFI, enumerator in enum:llvm::AArch64ISD::NodeType
/freebsd-9.3-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h193 BFI, enumerator in enum:llvm::ARMISD::NodeType
H A DARMCodeEmitter.cpp1047 } else if ((MCID.Opcode == ARM::BFC) || (MCID.Opcode == ARM::BFI)) {
H A DARMISelLowering.cpp1123 case ARMISD::BFI: return "ARMISD::BFI";
8748 // Try to use the ARM/Thumb2 BFI (bitfield insert) instruction when
8751 // BFI is only available on V6T2+
8773 // via a movt instruction, so don't use BFI in that case.
8792 Res = DAG.getNode(ARMISD::BFI, DL, VT, N00,
8807 // Mask and ~Mask2 (or reverse) must be equivalent for the BFI pattern
8820 Res = DAG.getNode(ARMISD::BFI, DL, VT, N00, Res,
8836 Res = DAG.getNode(ARMISD::BFI, DL, VT, N1.getOperand(0), Res,
8855 Res = DAG.getNode(ARMISD::BFI, D
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6345 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex(); local
6347 int BFS = MFI->getObjectSize(BFI);
6349 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp6889 int BFI = cast<FrameIndexSDNode>(BaseLoc)->getIndex(); local
6891 int BFS = MFI->getObjectSize(BFI);
6893 return MFI->getObjectOffset(FI) == (MFI->getObjectOffset(BFI) + Dist*Bytes);

Completed in 180 milliseconds