Home
last modified time | relevance | path

Searched defs:FB (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMultipleModuleTest.cpp93 Function *FA, *FB; in TEST_F() local
113 Function *FA, *FB; in TEST_F() local
134 Function *FA, *FB; in TEST_F() local
155 Function *FA, *FB; in TEST_F() local
175 Function *FA1, *FA2, *FB; in TEST_F() local
203 Function *FA, *FB; in TEST_F() local
252 Function *FA, *FB, *FC; in TEST_F() local
277 Function *FA, *FB, *FC; in TEST_F() local
302 Function *FA, *FB, *FC; in TEST_F() local
327 Function *FA, *FB, *FC; in TEST_F() local
H A DMCJITTestBase.h217 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleChainedCallsCase()
235 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleCase()
246 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleExternCase()
259 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleCase()
/llvm-project/llvm/lib/MC/
H A DMCObjectWriter.cpp32 MCFragment *FB = SB.getFragment(); isSymbolRefDifferenceFullyResolved() local
40 isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler & Asm,const MCSymbol & SymA,const MCFragment & FB,bool InSet,bool IsPCRel) const isSymbolRefDifferenceFullyResolvedImpl() argument
H A DMCSubtargetInfo.cpp241 ToggleFeature(uint64_t FB) ToggleFeature() argument
246 ToggleFeature(const FeatureBitset & FB) ToggleFeature() argument
252 SetFeatureBitsTransitively(const FeatureBitset & FB) SetFeatureBitsTransitively() argument
258 ClearFeatureBitsTransitively(const FeatureBitset & FB) ClearFeatureBitsTransitively() argument
H A DMCExpr.cpp616 const MCFragment *FB = SB.getFragment(); AttemptToFoldSymbolOffsetDifference() local
[all...]
H A DMachObjectWriter.cpp706 isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler & Asm,const MCSymbol & SymA,const MCFragment & FB,bool InSet,bool IsPCRel) const isSymbolRefDifferenceFullyResolvedImpl() argument
H A DWinCOFFObjectWriter.cpp1184 isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler & Asm,const MCSymbol & SymA,const MCFragment & FB,bool InSet,bool IsPCRel) const isSymbolRefDifferenceFullyResolvedImpl() argument
H A DELFObjectWriter.cpp1513 isSymbolRefDifferenceFullyResolvedImpl(const MCAssembler & Asm,const MCSymbol & SA,const MCFragment & FB,bool InSet,bool IsPCRel) const isSymbolRefDifferenceFullyResolvedImpl() argument
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp4.cpp34 struct FB { struct
35 B b0{X<0>{}};
36 B b1{X<1>{}};
/llvm-project/lldb/test/API/commands/expression/codegen-crash-import-def-arraytype-element/
H A Dmain.cpp21 class FB { class
30 FB(B *p) : __private(p) {} in FB() function in FB
/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp33 uint8_t FB = static_cast<uint8_t>(*Current++); in read() local
/llvm-project/llvm/lib/ObjCopy/
H A DArchive.cpp85 Expected<std::unique_ptr<FileOutputBuffer>> FB = deepWriteArchive() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp459 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in findInductionRegister() local
621 bool NotAnalyzed = TII->analyzeBranch(*ExitingBlock, TB, FB, Cond, false); in getLoopTripCount() local
1225 MachineBasicBlock *TB = nullptr, *FB = nullptr; convertToHardwareLoop() local
1642 MachineBasicBlock *TB = nullptr, *FB = nullptr; fixupInductionVariable() local
1860 MachineBasicBlock *TB = nullptr, *FB = nullptr; createPreheaderForLoop() local
[all...]
H A DHexagonEarlyIfConv.cpp246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
[all...]
H A DHexagonSplitDouble.cpp483 MachineBasicBlock *TB = nullptr, *FB = nullptr; in collectIndRegsForLoop() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExternalFunctions.cpp378 char *FB = FmtBuf; in lle_X_sprintf() local
/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp502 auto FB = MCFixup::create(Fixup.getOffset(), nullptr, std::get<1>(FK)); handleAddSubRelocations() local
/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DAssembler.cpp409 : FunctionBytes(FB), Context(std::move(Ctx)), ExecJIT(std::move(EJIT)) {} in ExecutableFunction() argument
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp619 auto FB = MCFixup::create( handleAddSubRelocations() local
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCTargetDesc.cpp506 FeatureBitset FB = S; completeHVXFeatures() local
[all...]
/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1848 const FeatureBitset &FB = STI.getFeatureBits(); X86GenericDisassembler() local
/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp404 operator <<(const FormattedBytes & FB) operator <<() argument
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp685 StoreManager::FindUniqueBinding FB(Sym); GetAllocationSite() local
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp1035 auto *FB = getFile(); TEST_F() local
1065 auto *FB = getFile(); TEST_F() local
1098 auto *FB = getFile(); TEST_F() local
1128 auto *FB = getFile(); TEST_F() local
1206 auto *FB = getFile(); TEST_F() local
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp2179 auto FB = AsmParser->getFeatureBits(); isBoolReg() local
4639 auto FB = getFeatureBits(); validateVccOperand() local
4747 auto FB = getFeatureBits(); validateAGPRLdSt() local
4758 auto FB = getFeatureBits(); validateVGPRAlign() local
4802 auto FB = getFeatureBits(); validateBLGP() local
[all...]

12