Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h51 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::StringEntry) argument
27 struct Binary { global() struct
[all...]
H A DCOFFYAML.h72 yaml::BinaryRef Binary; member
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp143 uint32_t Binary; in expandFunctionCall() local
181 uint32_t Binary = getBinaryCodeForInstr(Call, Fixups, STI); in expandTLSDESCCall() local
220 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
274 uint16_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr() local
281 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr() local
292 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr() local
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp76 uint32_t Binary; expandJBTF() local
101 uint32_t Binary; expandNEG() local
123 uint32_t Binary; expandRSUBI() local
283 unsigned Binary = ((Reg1 & 0x1f) << 5) | (Reg2 - Reg1); getRegisterSeqOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DObjCopy.h19 class Binary; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DOffloadEmitter.cpp41 std::unique_ptr<MemoryBuffer> Binary = object::OffloadBinary::write(Image); yaml2offload() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h26 class Binary; variable
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1020 uint32_t Binary = Imm12 & 0xfff; getAddrModeImm12OpValue() local
1051 uint32_t Binary = Imm & ((1U << Bits) - 1); getT2ScaledImmOpValue() local
1143 uint32_t Binary = (Imm8 >> 2) & 0xff; getT2AddrModeImm8s4OpValue() local
1170 uint32_t Binary = (Imm7 >> 2) & 0xff; getT2AddrModeImm7s4OpValue() local
1305 uint32_t Binary = Rm; getLdStSORegOpValue() local
1326 uint32_t Binary = ARM_AM::getAM2Offset(Imm); getAddrMode2OffsetOpValue() local
1479 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); getAddrMode5OpValue() local
1519 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); getAddrMode5FP16OpValue() local
1547 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); getSORegRegOpValue() local
1592 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); getSORegImmOpValue() local
1701 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); getT2SORegOpValue() local
1755 unsigned Binary = 0; getRegisterListOpValue() local
1913 uint32_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); encodeInstruction() local
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp370 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandToVectorLDI() local
402 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h30 class Binary; variable
H A DOffloadBinary.h160 OffloadFile(std::unique_ptr<OffloadBinary> Binary,std::unique_ptr<MemoryBuffer> Buffer) OffloadFile() argument
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
[all...]
H A DOffloadBinary.cpp52 OffloadBinary &Binary = **BinaryOrErr; in extractOffloadFiles() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp69 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h55 Binary, global() enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp403 uint64_t Binary; in encodeSingleInstruction() local
608 MCBinaryExpr const *Binary in getExprOpValue() local
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h212 object::OwningBinary<object::Binary> Binary; variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusNameParser.cpp453 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in ConsumeOperator() argument
457 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in ConsumeOperator() argument
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp164 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in operationKindFromOverloadedOperator() argument
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp971 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
973 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp244 Binary &Binary) { in handleObject() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp243 Binary &Binary = *OBinary.getBinary(); populateFromFile() local
/freebsd/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp293 bool Binary = false; in GetOutputStream() local

123