/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | OffloadYAML.h | 26 struct Binary { struct 50 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::Member) argument
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfileGenerator.h | 35 ProfileGeneratorBase(ProfiledBinary *Binary) : Binary(Binary){}; in ProfileGeneratorBase() 36 ProfileGeneratorBase(ProfiledBinary *Binary, in ProfileGeneratorBase() 39 ProfileGeneratorBase(ProfiledBinary *Binary, in ProfileGeneratorBase() 147 ProfiledBinary *Binary = nullptr; variable 160 ProfileGenerator(ProfiledBinary *Binary, in ProfileGenerator() 163 ProfileGenerator(ProfiledBinary *Binary, const SampleProfileMap &&Profiles) in ProfileGenerator() 194 CSProfileGenerator(ProfiledBinary *Binary, in CSProfileGenerator() 197 CSProfileGenerator(ProfiledBinary *Binary, SampleProfileMap &Profiles) in CSProfileGenerator()
|
H A D | MissingFrameInferrer.h | 27 MissingFrameInferrer(ProfiledBinary *Binary) : Binary(Binary) {} in MissingFrameInferrer() 64 ProfiledBinary *Binary; variable
|
H A D | CSPreInliner.h | 89 ProfiledBinary &Binary; variable
|
H A D | PerfReader.h | 215 ProfiledBinary *Binary) { in isValidFallThroughRange() 230 const ProfiledBinary *Binary; member 421 ProfiledBinary *Binary; member 439 ProfiledBinary *Binary; member 557 ProfiledBinary *Binary; variable 683 LBRPerfReader(ProfiledBinary *Binary, StringRef PerfTrace, in LBRPerfReader() 701 HybridPerfReader(ProfiledBinary *Binary, StringRef PerfTrace, in HybridPerfReader() 734 UnsymbolizedProfileReader(ProfiledBinary *Binary, StringRef PerfTrace) in UnsymbolizedProfileReader()
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 143 uint32_t Binary; expandFunctionCall() local 181 uint32_t Binary = getBinaryCodeForInstr(Call, Fixups, STI); expandTLSDESCCall() local 220 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandAddTPRel() local 274 uint16_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandLongCondBr() local 281 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandLongCondBr() local 289 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandLongCondBr() local [all...] |
/llvm-project/llvm/include/llvm/ObjCopy/ |
H A D | ObjCopy.h | 19 class Binary; variable
|
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYMCCodeEmitter.cpp | 74 uint32_t Binary; in expandJBTF() local 99 uint32_t Binary; in expandNEG() local 121 uint32_t Binary; expandRSUBI() local 273 unsigned Binary = ((Reg1 & 0x1f) << 5) | (Reg2 - Reg1); getRegisterSeqOpValue() local [all...] |
/llvm-project/offload/include/ |
H A D | DeviceImage.h | 28 std::unique_ptr<llvm::object::OffloadBinary> Binary; variable
|
/llvm-project/clang/tools/clang-offload-packager/ |
H A D | ClangOffloadPackager.cpp | 170 const auto *Binary = File.getBinary(); in unbundleImages() local 193 for (const OffloadBinary *Binary : Extracted) in unbundleImages() local 211 for (const OffloadBinary *Binary : Extracted) { in unbundleImages() local
|
/llvm-project/clang/unittests/Format/ |
H A D | IntegerLiteralSeparatorTest.cpp | 27 const StringRef Binary("b = 0b10011'11'0110'1u;"); in TEST_F() local 90 const StringRef Binary("B = 0B10011_11_0110_1;"); in TEST_F() local
|
/llvm-project/clang/test/CXX/over/over.built/ |
H A D | ast.cpp | 118 void Binary(T* pt, U* pu) { in Binary() function
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.h | 26 class Binary; variable
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/llvm-project/bolt/tools/llvm-bolt-fuzzer/ |
H A D | llvm-bolt-fuzzer.cpp | 41 Binary &Binary = *BinaryOrErr.get(); in LLVMFuzzerTestOneInput() local
|
/llvm-project/clang/lib/Format/ |
H A D | IntegerLiteralSeparatorFixer.cpp | 20 enum class Base { Binary, Decimal, Hex, Other }; enumerator 62 const auto Binary = Option.Binary; in process() local
|
/llvm-project/llvm/lib/Object/ |
H A D | Binary.cpp | 36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | MachOUniversalWriter.h | 30 class Binary; variable
|
/llvm-project/llvm/unittests/ObjectYAML/ |
H A D | YAMLTest.cpp | 16 yaml::BinaryRef Binary; member
|
/llvm-project/llvm/unittests/Object/ |
H A D | OffloadingTest.cpp | 53 auto &Binary = **BinaryOrErr; in TEST() local
|
/llvm-project/llvm/tools/obj2yaml/ |
H A D | offload2yaml.cpp | 57 object::OffloadBinary &Binary = **BinaryOrErr; in dump() local
|
H A D | obj2yaml.cpp | 78 Binary &Binary = *BinOrErr->get(); in dumpInput() local
|
/llvm-project/bolt/tools/heatmap/ |
H A D | heatmap.cpp | 93 Binary &Binary = *BinaryOrErr.get().getBinary(); in main() local
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 1009 uint32_t Binary = Imm12 & 0xfff; getAddrModeImm12OpValue() local 1040 uint32_t Binary = Imm & ((1U << Bits) - 1); getT2ScaledImmOpValue() local 1132 uint32_t Binary = (Imm8 >> 2) & 0xff; getT2AddrModeImm8s4OpValue() local 1159 uint32_t Binary = (Imm7 >> 2) & 0xff; getT2AddrModeImm7s4OpValue() local 1294 uint32_t Binary = Rm; getLdStSORegOpValue() local 1315 uint32_t Binary = ARM_AM::getAM2Offset(Imm); getAddrMode2OffsetOpValue() local 1468 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); getAddrMode5OpValue() local 1508 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); getAddrMode5FP16OpValue() local 1536 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); getSORegRegOpValue() local 1581 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); getSORegImmOpValue() local 1690 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); getT2SORegOpValue() local 1744 unsigned Binary = 0; getRegisterListOpValue() local 1904 uint32_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); encodeInstruction() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCCodeEmitter.cpp | 69 OS << uint8_t(Binary); in encodeInstruction() local
|