/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | OffloadYAML.h | 51 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::StringEntry) argument 27 struct Binary { global() struct [all...] |
H A D | COFFYAML.h | 72 yaml::BinaryRef Binary; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCCodeEmitter.cpp | 143 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 D | CSKYMCCodeEmitter.cpp | 76 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 D | ObjCopy.h | 19 class Binary; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | OffloadEmitter.cpp | 41 std::unique_ptr<MemoryBuffer> Binary = object::OffloadBinary::write(Image); yaml2offload() local
|
/freebsd/contrib/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
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.h | 26 class Binary; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OperatorKinds.h | 23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 1020 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 D | LoongArchMCCodeEmitter.cpp | 370 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 D | MachOUniversalWriter.h | 30 class Binary; variable
|
H A D | OffloadBinary.h | 160 OffloadFile(std::unique_ptr<OffloadBinary> Binary,std::unique_ptr<MemoryBuffer> Buffer) OffloadFile() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Binary.cpp | 36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary [all...] |
H A D | OffloadBinary.cpp | 52 OffloadBinary &Binary = **BinaryOrErr; in extractOffloadFiles() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyMCCodeEmitter.cpp | 69 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackReader.h | 55 Binary, global() enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 403 uint64_t Binary; in encodeSingleInstruction() local 608 MCBinaryExpr const *Binary in getExprOpValue() local [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProfReader.h | 212 object::OwningBinary<object::Binary> Binary; variable
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CPlusPlusNameParser.cpp | 453 #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 D | CheckerHelpers.cpp | 164 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in operationKindFromOverloadedOperator() argument
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseTentative.cpp | 971 #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 D | LVReaderHandler.cpp | 244 Binary &Binary) { in handleObject() argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/ |
H A D | llvm-tli-checker.cpp | 243 Binary &Binary = *OBinary.getBinary(); populateFromFile() local
|
/freebsd/contrib/llvm-project/llvm/tools/llc/ |
H A D | llc.cpp | 293 bool Binary = false; in GetOutputStream() local
|