HomeSort by relevance Sort by last modified time
    Searched defs:BFI (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h 31 BlockFrequencyImpl<BasicBlock, Function, BranchProbabilityInfo> *BFI;
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 56 BFI,
AArch64ISelLowering.cpp 810 case AArch64ISD::BFI: return "AArch64ISD::BFI";
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 264 /// \brief Layout the range of bitfields from BFI to BFE as contiguous storage.
301 RecordDecl::field_iterator BFI = FI;
365 for (; BFI != BFE; ++BFI, ++FieldNo) {
366 FieldDecl *FD = *BFI;
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 191 BFI,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 477 milliseconds