Home
last modified time | relevance | path

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

12

/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.cpp173 uint32_t Binary; in expandFunctionCall() local
210 uint32_t Binary = getBinaryCodeForInstr(Call, Fixups, STI); in expandTLSDESCCall() local
242 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
319 uint16_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr() local
326 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr() local
337 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandLongCondBr() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DObjCopy.h20 class Binary; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/
H A DCSKYMCCodeEmitter.cpp257 uint32_t Binary; in expandJBTF() local
282 uint32_t Binary; in expandNEG() local
304 uint32_t Binary; in expandRSUBI() local
456 unsigned Binary = ((Reg1 & 0x1f) << 5) | (Reg2 - Reg1); in getRegisterSeqOpValue() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp20 enum class Base { Binary, Decimal, Hex, Other }; enumerator
65 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.cpp1016 uint32_t Binary = Imm12 & 0xfff; in getAddrModeImm12OpValue() local
1047 uint32_t Binary = Imm & ((1U << Bits) - 1); in getT2ScaledImmOpValue() local
1139 uint32_t Binary = (Imm8 >> 2) & 0xff; in getT2AddrModeImm8s4OpValue() local
1166 uint32_t Binary = (Imm7 >> 2) & 0xff; in getT2AddrModeImm7s4OpValue() local
1301 uint32_t Binary = Rm; in getLdStSORegOpValue() local
1322 uint32_t Binary = ARM_AM::getAM2Offset(Imm); in getAddrMode2OffsetOpValue() local
1475 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5OpValue() local
1515 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5FP16OpValue() local
1580 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegRegOpValue() local
1625 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegImmOpValue() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp243 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandToVectorLDI() local
273 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); in expandAddTPRel() local
/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.cpp49 OffloadBinary &Binary = **BinaryOrErr; in extractOffloadFiles() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h31 class Binary; variable
H A DOffloadBinary.h164 OffloadFile(std::unique_ptr<OffloadBinary> Binary, in OffloadFile()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp67 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h61 Binary, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfReader.h185 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/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp432 uint64_t Binary; in encodeSingleInstruction() local
638 MCBinaryExpr const *Binary = cast<MCBinaryExpr>(ME); in getExprOpValue() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp172 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in operationKindFromOverloadedOperator() argument
H A DSymbolManager.cpp71 bool Binary = isa<BinarySymExpr>(Operand); in dumpToStream() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h41 Binary, ///< Binary expressions. enumerator
333 : MCExpr(MCExpr::Binary, Loc, Op), LHS(LHS), RHS(RHS) {} in MCExpr() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp804 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() argument
806 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp238 Binary &Binary = *OBinary.getBinary(); in populateFromFile() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp246 Binary &Binary) { in handleObject() argument

12