Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DOffloadYAML.h26 struct Binary { struct
50 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::OffloadYAML::Binary::Member) argument
H A DCOFFYAML.h72 yaml::BinaryRef Binary; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCCodeEmitter.cpp139 uint32_t Binary; expandFunctionCall() local
177 uint32_t Binary = getBinaryCodeForInstr(Call, Fixups, STI); expandTLSDESCCall() local
216 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandAddTPRel() local
270 uint16_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandLongCondBr() local
277 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandLongCondBr() local
285 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandLongCondBr() local
[all...]
/freebsd-src/contrib/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; in expandRSUBI() local
273 unsigned Binary = ((Reg1 & 0x1f) << 5) | (Reg2 - Reg1); in getRegisterSeqOpValue() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjCopy/
H A DObjCopy.h19 class Binary; variable
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.h26 class Binary; variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1009 uint32_t Binary = Imm12 & 0xfff; in getAddrModeImm12OpValue() local
1040 uint32_t Binary = Imm & ((1U << Bits) - 1); in getT2ScaledImmOpValue() local
1132 uint32_t Binary = (Imm8 >> 2) & 0xff; in getT2AddrModeImm8s4OpValue() local
1159 uint32_t Binary = (Imm7 >> 2) & 0xff; in getT2AddrModeImm7s4OpValue() local
1294 uint32_t Binary = Rm; in getLdStSORegOpValue() local
1315 uint32_t Binary = ARM_AM::getAM2Offset(Imm); in getAddrMode2OffsetOpValue() local
1468 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5OpValue() local
1508 uint32_t Binary = ARM_AM::getAM5Offset(Imm8); in getAddrMode5FP16OpValue() local
1536 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegRegOpValue() local
1581 unsigned Binary = CTX.getRegisterInfo()->getEncodingValue(MO.getReg()); in getSORegImmOpValue() local
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp36 Binary::Binary(unsigned int Type, MemoryBufferRef Source) in Binary() function in Binary
H A DOffloadBinary.cpp52 OffloadBinary &Binary = **BinaryOrErr; in extractOffloadFiles() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachOUniversalWriter.h30 class Binary; variable
H A DOffloadBinary.h161 OffloadFile(std::unique_ptr<OffloadBinary> Binary, in OffloadFile()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCCodeEmitter.cpp69 uint64_t Binary = getBinaryCodeForInstr(MI, Fixups, STI); in encodeInstruction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackReader.h60 Binary, enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h186 object::OwningBinary<object::Binary> Binary; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.cpp403 uint64_t Binary; in encodeSingleInstruction() local
608 MCBinaryExpr const *Binary = cast<MCBinaryExpr>(ME); in getExprOpValue() local
/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp163 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) operationKindFromOverloadedOperator() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp315 uint32_t Binary = getBinaryCodeForInstr(TmpInst, Fixups, STI); expandToVectorLDI() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseTentative.cpp970 OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemOnly) TryParseOperatorId() argument
972 OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemOnly) TryParseOperatorId() argument
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp243 handleObject(LVReaders & Readers,StringRef Filename,Binary & Binary) handleObject() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp236 Binary &Binary = *OBinary.getBinary(); in populateFromFile() local
/freebsd-src/contrib/llvm-project/llvm/tools/llc/
H A Dllc.cpp293 bool Binary = false; in GetOutputStream() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp810 createDefaultOutputFile(bool Binary,StringRef InFile,StringRef Extension,bool RemoveFileOnSignal,bool CreateMissingDirectories,bool ForceUseTemporary) createDefaultOutputFile() argument
834 createOutputFile(StringRef OutputPath,bool Binary,bool RemoveFileOnSignal,bool UseTemporary,bool CreateMissingDirectories) createOutputFile() argument
848 createOutputFileImpl(StringRef OutputPath,bool Binary,bool RemoveFileOnSignal,bool UseTemporary,bool CreateMissingDirectories) createOutputFileImpl() argument

12