/llvm-project/bolt/lib/Core/ |
H A D | FunctionLayout.cpp | 80 FunctionFragment *const FF = addFragment() local 130 __anonf8333a750102(FunctionFragment &FF) insertBasicBlocks() argument 154 __anonf8333a750302(const FunctionFragment *const FF) eraseBasicBlocks() argument 169 for (const FunctionFragment &FF : fragments()) { updateLayoutIndices() local 186 __anonf8333a750402(const FunctionFragment &FF) update() argument 244 __anonf8333a750602(const FunctionFragment &FF) isSplit() argument [all...] |
H A D | BinaryEmitter.cpp | 288 emitFunction(BinaryFunction & Function,FunctionFragment & FF) emitFunction() argument 411 emitFunctionBody(BinaryFunction & BF,FunctionFragment & FF,bool EmitCodeOnly) emitFunctionBody() argument 903 emitLSDA(BinaryFunction & BF,const FunctionFragment & FF) emitLSDA() argument 1178 emitFunctionBody(MCStreamer & Streamer,BinaryFunction & BF,FunctionFragment & FF,bool EmitCodeOnly) emitFunctionBody() argument [all...] |
H A D | BinaryFunction.cpp | 516 for (const BinaryBasicBlock *BB : FF) { in print() local 627 for (const FunctionFragment &FF : getLayout().fragments()) { print() local 4292 for (const FunctionFragment &FF : getLayout().getSplitFragments()) getOutputAddressRanges() local [all...] |
/llvm-project/clang/test/SemaObjC/ |
H A D | protocol-id-test-1.m | 3 @interface FF interface
|
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 185 const auto *FF = cast<MCFillFragment>(this); dump() local
|
H A D | MCAssembler.cpp | 275 auto &FF = cast<MCFillFragment>(F); computeFragmentSize() local 710 const MCFillFragment &FF = cast<MCFillFragment>(F); writeFragment() local
|
H A D | MCExpr.cpp | 705 } else if (auto *FF = dyn_cast<MCFillFragment>(FI); AttemptToFoldSymbolOffsetDifference() local
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 211 uint16_t FF : 1; global() member 249 uint16_t FF : 1; global() member
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InlineSizeEstimatorAnalysis.cpp | 158 FunctionFeatures FF; in getFunctionFeatures() local
|
/llvm-project/bolt/lib/Rewrite/ |
H A D | RewriteInstance.cpp | 3512 for (const FunctionFragment &FF : emitAndLink() local 3784 FunctionFragment &FF = mapCodeSections() local 4556 __anon1ee742a12b02(const FunctionFragment &FF, const ELFSymTy &FunctionSymbol) updateELFSymbolTable() argument 4606 for (const FunctionFragment &FF : updateELFSymbolTable() local 4780 FunctionLayout::fragment_const_iterator FF = llvm::find_if( updateELFSymbolTable() local 4781 __anon1ee742a12f02(const FunctionFragment &FF) updateELFSymbolTable() argument 5551 __anon1ee742a13d02(const FunctionFragment &FF) rewriteFile() argument 5558 __anon1ee742a13e02(const FunctionFragment &FF) rewriteFile() argument 5597 for (const FunctionFragment &FF : rewriteFile() local [all...] |
H A D | LinuxKernelRewriter.cpp | 769 __anon2ed2b24f0602(const FunctionFragment &FF) rewriteORCTables() argument
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2002-07-14-MiscTests3.c | 148 double EE, double FF, double GG, double HH, in MathFunc()
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | make-unique.cpp | 448 std::unique_ptr<Foo> FF = std::unique_ptr<Foo>(new Foo()); in initialization() local
|
/llvm-project/bolt/lib/Profile/ |
H A D | BoltAddressTranslation.cpp | 130 for (const FunctionFragment &FF : in write() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | attr-noreturn.cpp | 81 struct FF : AA, virtual BB {}; struct
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerLoop.cpp | 345 if (size_t FF = Corpus.NumInputsThatTouchFocusFunction()) in PrintStats() local
|
/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 714 FunctionFarmer FF; in getBody() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | IfConversion.cpp | 897 MachineBasicBlock *FF = FalseBBI.FalseBB; in ValidForkedDiamond() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 2811 uint64_t FF; ExpandLegalINT_TO_FP() local
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 6571 SDValue FF = DAG.getNode(ARMISD::VMOVIMM, dl, VT, LowerCTTZ() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 19971 APInt FF(64, 0x5F80000000000000ULL); LowerUINT_TO_FP() local [all...] |