Home
last modified time | relevance | path

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

123

/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITMultipleModuleTest.cpp94 Function *FA, *FB; in TEST_F() local
114 Function *FA, *FB; in TEST_F() local
135 Function *FA, *FB; in TEST_F() local
156 Function *FA, *FB; in TEST_F() local
176 Function *FA1, *FA2, *FB; in TEST_F() local
204 Function *FA, *FB; in TEST_F() local
250 Function *FA, *FB, *FC; in TEST_F() local
275 Function *FA, *FB, *FC; in TEST_F() local
300 Function *FA, *FB, *FC; in TEST_F() local
325 Function *FA, *FB, *FC; in TEST_F() local
DMCJITTestBase.h221 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleChainedCallsCase()
239 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleCase()
250 std::unique_ptr<Module> &B, Function *&FB) { in createTwoModuleExternCase()
264 std::unique_ptr<Module> &B, Function *&FB, in createThreeModuleCase()
/external/clang/test/CXX/special/class.inhctor/
Dp4.cpp34 struct FB { struct
35 B b0{X<0>{}};
36 B b1{X<1>{}};
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSubtargetInfo.cpp221 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature()
226 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature()
232 const FeatureBitset &FB) { in SetFeatureBitsTransitively()
238 const FeatureBitset &FB) { in ClearFeatureBitsTransitively()
DMCObjectWriter.cpp46 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
DMCSubtargetInfo.cpp241 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature()
246 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature()
252 const FeatureBitset &FB) { in SetFeatureBitsTransitively()
258 const FeatureBitset &FB) { in ClearFeatureBitsTransitively()
DMCObjectWriter.cpp48 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp621 const MCFragment *FB = SB.getFragment(); in AttemptToFoldSymbolOffsetDifference() local
/external/llvm/lib/MC/
DMCSubtargetInfo.cpp53 FeatureBitset MCSubtargetInfo::ToggleFeature(uint64_t FB) { in ToggleFeature()
58 FeatureBitset MCSubtargetInfo::ToggleFeature(const FeatureBitset &FB) { in ToggleFeature()
DMCObjectWriter.cpp47 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp32 uint8_t FB = static_cast<uint8_t>(*Current++); in read() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp33 uint8_t FB = static_cast<uint8_t>(*Current++); in read() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/
DArchive.cpp84 Expected<std::unique_ptr<FileOutputBuffer>> FB = in deepWriteArchive() local
/external/coreboot/payloads/libpayload/drivers/video/
Dcorebootfb.c67 #define FB ((unsigned char *)phys_to_virt(fbinfo.physical_address)) macro
Dgeodelx.c92 #define FB ((unsigned char *) phys_to_virt(fbaddr)) macro
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp459 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
621 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1227 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1644 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1864 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
/external/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp438 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
585 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1186 MachineBasicBlock *TB = 0, *FB = 0; in convertToHardwareLoop() local
1621 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1840 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1658 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1878 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDGPUPropagateAttributes.cpp66 explicit FnProperties(const FeatureBitset &&FB) : Features(FB) {} in FnProperties()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp358 char *FB = FmtBuf; in lle_X_sprintf() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp347 char *FB = FmtBuf; in lle_X_sprintf() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp372 char *FB = FmtBuf; in lle_X_sprintf() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DDebuggerSupportPlugin.cpp166 auto &FB = *R.getFirstBlock(); in startSynthesis() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCTargetDesc.cpp339 FeatureBitset FB = S; in completeHVXFeatures() local
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp156 const FeatureBitset &FB = STI.getFeatureBits(); in X86GenericDisassembler() local

123