Home
last modified time | relevance | path

Searched defs:Binary (Results 1 – 25 of 87) sorted by relevance

1234

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h26 struct Binary { struct
50 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::Member) argument
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.h35 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 DMissingFrameInferrer.h27 MissingFrameInferrer(ProfiledBinary *Binary) : Binary(Binary) {} in MissingFrameInferrer()
64 ProfiledBinary *Binary; variable
H A DCSPreInliner.h89 ProfiledBinary &Binary; variable
H A DPerfReader.h215 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 DRISCVMCCodeEmitter.cpp143 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 DObjCopy.h19 class Binary; variable
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp74 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 DDeviceImage.h28 std::unique_ptr<llvm::object::OffloadBinary> Binary; variable
/llvm-project/clang/tools/clang-offload-packager/
H A DClangOffloadPackager.cpp170 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 DIntegerLiteralSeparatorTest.cpp27 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 Dast.cpp118 void Binary(T* pt, U* pu) { in Binary() function
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h26 class Binary; variable
/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/llvm-project/bolt/tools/llvm-bolt-fuzzer/
H A Dllvm-bolt-fuzzer.cpp41 Binary &Binary = *BinaryOrErr.get(); in LLVMFuzzerTestOneInput() local
/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp20 enum class Base { Binary, Decimal, Hex, Other }; enumerator
62 const auto Binary = Option.Binary; in process() local
/llvm-project/llvm/lib/Object/
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h30 class Binary; variable
/llvm-project/llvm/unittests/ObjectYAML/
H A DYAMLTest.cpp16 yaml::BinaryRef Binary; member
/llvm-project/llvm/unittests/Object/
H A DOffloadingTest.cpp53 auto &Binary = **BinaryOrErr; in TEST() local
/llvm-project/llvm/tools/obj2yaml/
H A Doffload2yaml.cpp57 object::OffloadBinary &Binary = **BinaryOrErr; in dump() local
H A Dobj2yaml.cpp78 Binary &Binary = *BinOrErr->get(); in dumpInput() local
/llvm-project/bolt/tools/heatmap/
H A Dheatmap.cpp93 Binary &Binary = *BinaryOrErr.get().getBinary(); in main() local
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1009 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 DWebAssemblyMCCodeEmitter.cpp69 OS << uint8_t(Binary); in encodeInstruction() local

1234