/llvm-project/llvm/unittests/Analysis/ |
H A D | TargetLibraryInfoTest.cpp | 67 LibFunc LF = (LibFunc)FI; TEST_F() local 622 LibFunc LF = (LibFunc)FI; TEST_F() local [all...] |
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MemoryOpRemark.cpp | 54 LibFunc LF; in canHandle() local 251 LibFunc LF; in visitCall() local 268 void MemoryOpRemark::visitKnownLibCall(const CallInst &CI, LibFunc LF, in visitKnownLibCall()
|
/llvm-project/llvm/lib/MC/ |
H A D | MCFragment.cpp | 226 const auto *LF = cast<MCLEBFragment>(this); dump() local
|
H A D | MCAssembler.cpp | 785 const MCLEBFragment &LF = cast<MCLEBFragment>(F); writeFragment() local 1036 auto &LF = cast<MCLEBFragment>(Frag); layout() local 1126 relaxLEB(MCLEBFragment & LF) relaxLEB() argument [all...] |
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | ModuleInliner.cpp | 94 LibFunc LF; isKnownLibFunction() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | OptimizedStructLayoutTest.cpp | 56 for (auto &LF : LayoutFields) { in verify() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | PartiallyInlineLibCalls.cpp | 133 LibFunc LF; runPartiallyInlineLibCalls() local
|
H A D | LoopStrengthReduce.cpp | 3617 LSRFixup &LF = LU.getNewFixup(); CollectFixupsAndInitialFormulae() local 3808 LSRFixup &LF = LU.getNewFixup(); CollectLoopInvariantFixupsAndFormulae() local 4431 for (auto &LF : LU.Fixups) GenerateTruncates() local 5619 AdjustInsertPositionForExpand(BasicBlock::iterator LowestIP,const LSRFixup & LF,const LSRUse & LU) const AdjustInsertPositionForExpand() argument 5680 Expand(const LSRUse & LU,const LSRFixup & LF,const Formula & F,BasicBlock::iterator IP,SmallVectorImpl<WeakTrackingVH> & DeadInsts) const Expand() argument 5865 RewriteForPHI(PHINode * PN,const LSRUse & LU,const LSRFixup & LF,const Formula & F,SmallVectorImpl<WeakTrackingVH> & DeadInsts) const RewriteForPHI() argument 5996 Rewrite(const LSRUse & LU,const LSRFixup & LF,const Formula & F,SmallVectorImpl<WeakTrackingVH> & DeadInsts) const Rewrite() argument 6287 for (const LSRFixup &LF : LU.Fixups) { print_fixups() local [all...] |
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAsmBackend.h | 195 relaxLEB128(const MCAssembler & Asm,MCLEBFragment & LF,int64_t & Value) relaxLEB128() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerI1Copies.cpp | 542 LoopFinder LF(*DT, *PDT); lowerPhis() local 658 LoopFinder LF(*DT, *PDT); lowerCopiesToI1() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | CallGraph.cpp | 126 if (Function *LF = LHS->getFunction()) in print() local
|
/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 130 LibFunc LF = (LibFunc)FI; initialize() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 1010 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1041 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
H A D | toy.cpp | 1293 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1324 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 1028 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1057 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
H A D | toy.cpp | 1395 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1426 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLink.cpp | 347 operator <<(raw_ostream & OS,const SymbolLookupFlags & LF) operator <<() argument
|
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 302 relaxLEB128(const MCAssembler & Asm,MCLEBFragment & LF,int64_t & Value) const relaxLEB128() argument
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 1252 if (Function *LF = F->Codegen()) { in HandleDefinition() local 1283 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1474 Function *LF = F->Codegen(); in HandleDefinition() local 1503 if (Function *LF = F->Codegen()) { in HandleTopLevelExpression() local
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 302 LibFunc LF; global() variable
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 333 relaxLEB128(const MCAssembler & Asm,MCLEBFragment & LF,int64_t & Value) const relaxLEB128() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 124 LoopInfo *LF, const TargetLibraryInfo *TLI, in HexagonLoopIdiomRecognize() argument 144 LoopInfo *LF; member in __anon5ed319890111::HexagonLoopIdiomRecognize 2439 auto *LF = &getAnalysis<LoopInfoWrapperPass>().getLoopInfo(); runOnLoop() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | MacroToEnumCheck.cpp | 45 LF, in hasOnlyComments() enumerator
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 208 toJITDylibLookupFlags(LLVMOrcJITDylibLookupFlags LF) toJITDylibLookupFlags() argument 219 fromJITDylibLookupFlags(JITDylibLookupFlags LF) fromJITDylibLookupFlags() argument
|