Home
last modified time | relevance | path

Searched defs:Val (Results 1 – 25 of 1078) sorted by relevance

12345678910>>...44

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCInstBuilder.h38 MCInstBuilder &addImm(int64_t Val) { in addImm()
44 MCInstBuilder &addFPImm(double Val) { in addFPImm()
50 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr()
56 MCInstBuilder &addInst(const MCInst *Val) { in addInst()
DMCInst.h81 void setImm(int64_t Val) { in setImm()
91 void setFPImm(double Val) { in setFPImm()
101 void setExpr(const MCExpr *Val) { in setExpr()
111 void setInst(const MCInst *Val) { in setInst()
123 static MCOperand createImm(int64_t Val) { in createImm()
130 static MCOperand createFPImm(double Val) { in createFPImm()
137 static MCOperand createExpr(const MCExpr *Val) { in createExpr()
144 static MCOperand createInst(const MCInst *Val) { in createInst()
/external/llvm/include/llvm/MC/
DMCInstBuilder.h38 MCInstBuilder &addImm(int64_t Val) { in addImm()
44 MCInstBuilder &addFPImm(double Val) { in addFPImm()
50 MCInstBuilder &addExpr(const MCExpr *Val) { in addExpr()
56 MCInstBuilder &addInst(const MCInst *Val) { in addInst()
DMCInst.h78 void setImm(int64_t Val) { in setImm()
88 void setFPImm(double Val) { in setFPImm()
97 void setExpr(const MCExpr *Val) { in setExpr()
106 void setInst(const MCInst *Val) { in setInst()
117 static MCOperand createImm(int64_t Val) { in createImm()
123 static MCOperand createFPImm(double Val) { in createFPImm()
129 static MCOperand createExpr(const MCExpr *Val) { in createExpr()
135 static MCOperand createInst(const MCInst *Val) { in createInst()
/external/google-breakpad/src/third_party/curl/
Dcurlrules.h221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument
223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument
225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix) argument
226 #define CURL_OFF_T_C(Val) __CURL_OFF_T_C_HELPER1(Val,CURL_SUFFIX_CURL_OFF_T) argument
227 #define CURL_OFF_TU_C(Val) __CURL_OFF_T_C_HELPER1(Val,CURL_SUFFIX_CURL_OFF_TU) argument
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp97 void testValue(FromType Val, size_t &TotalTests, size_t &Passes, in testValue()
209 bool Val = ValsUi1[i]; in main() local
213 uint8_t Val = ValsUi8[i]; in main() local
217 myint8_t Val = ValsSi8[i]; in main() local
221 uint16_t Val = ValsUi16[i]; in main() local
225 int16_t Val = ValsSi16[i]; in main() local
229 uint32_t Val = ValsUi32[i]; in main() local
235 int32_t Val = ValsSi32[i]; in main() local
239 uint64 Val = ValsUi64[i]; in main() local
245 int64 Val = ValsSi64[i]; in main() local
[all …]
/external/llvm/lib/Support/
DYAMLTraits.cpp752 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
756 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input()
767 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output()
773 StringRef &Val) { in input()
778 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output()
784 std::string &Val) { in input()
789 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output()
796 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input()
806 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output()
812 uint16_t &Val) { in input()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp779 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
783 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input()
794 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output()
800 StringRef &Val) { in input()
805 void ScalarTraits<std::string>::output(const std::string &Val, void *, in output()
811 std::string &Val) { in input()
816 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output()
823 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input()
833 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output()
839 uint16_t &Val) { in input()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DTwine.h288 explicit Twine(char Val) in Twine()
294 explicit Twine(signed char Val) in Twine()
300 explicit Twine(unsigned char Val) in Twine()
306 explicit Twine(unsigned Val) in Twine()
312 explicit Twine(int Val) in Twine()
318 explicit Twine(const unsigned long &Val) in Twine()
324 explicit Twine(const long &Val) in Twine()
330 explicit Twine(const unsigned long long &Val) in Twine()
336 explicit Twine(const long long &Val) in Twine()
373 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
DValueMap.h115 bool count(const KeyT &Val) const { in count()
119 iterator find(const KeyT &Val) { in find()
122 const_iterator find(const KeyT &Val) const { in find()
128 ValueT lookup(const KeyT &Val) const { in lookup()
149 bool erase(const KeyT &Val) { in erase()
/external/llvm/include/llvm/ADT/
DTwine.h299 explicit Twine(char Val) in Twine()
305 explicit Twine(signed char Val) in Twine()
311 explicit Twine(unsigned char Val) in Twine()
317 explicit Twine(unsigned Val) in Twine()
323 explicit Twine(int Val) in Twine()
329 explicit Twine(const unsigned long &Val) in Twine()
335 explicit Twine(const long &Val) in Twine()
341 explicit Twine(const unsigned long long &Val) in Twine()
347 explicit Twine(const long long &Val) in Twine()
384 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h306 explicit Twine(char Val) in Twine()
312 explicit Twine(signed char Val) in Twine()
318 explicit Twine(unsigned char Val) in Twine()
324 explicit Twine(unsigned Val) in Twine()
330 explicit Twine(int Val) in Twine()
336 explicit Twine(const unsigned long &Val) in Twine()
342 explicit Twine(const long &Val) in Twine()
348 explicit Twine(const unsigned long long &Val) in Twine()
354 explicit Twine(const long long &Val) in Twine()
395 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTwine.h305 explicit Twine(char Val) : LHSKind(CharKind) { in Twine()
310 explicit Twine(signed char Val) : LHSKind(CharKind) { in Twine()
315 explicit Twine(unsigned char Val) : LHSKind(CharKind) { in Twine()
320 explicit Twine(unsigned Val) : LHSKind(DecUIKind) { in Twine()
325 explicit Twine(int Val) : LHSKind(DecIKind) { in Twine()
330 explicit Twine(const unsigned long &Val) : LHSKind(DecULKind) { in Twine()
335 explicit Twine(const long &Val) : LHSKind(DecLKind) { in Twine()
340 explicit Twine(const unsigned long long &Val) : LHSKind(DecULLKind) { in Twine()
345 explicit Twine(const long long &Val) : LHSKind(DecLLKind) { in Twine()
385 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp43 void HexagonMCExpr::setMustExtend(bool Val) { in setMustExtend()
49 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend()
56 void HexagonMCExpr::setS23_2_reloc(bool Val) { in setS23_2_reloc()
72 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DModule.cpp271 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local
294 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local
330 Metadata *Val) { in addModuleFlag()
338 Constant *Val) { in addModuleFlag()
342 uint32_t Val) { in addModuleFlag()
446 auto *Val = in getNumberRegisterParameters() local
454 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local
461 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() local
481 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() local
495 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel() local
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCInst.h73 void setImm(int64_t Val) { in setImm()
83 void setFPImm(double Val) { in setFPImm()
92 void setExpr(const MCExpr *Val) { in setExpr()
103 static MCOperand CreateImm(int64_t Val) { in CreateImm()
109 static MCOperand CreateFPImm(double Val) { in CreateFPImm()
115 static MCOperand CreateExpr(const MCExpr *Val) { in CreateExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp152 if (auto Val = FormValue.getValue().getAsAddress()) in dumpDebugInfo() local
162 if (auto Val = FormValue.getValue().getAsReferenceUVal()) in dumpDebugInfo() local
170 if (auto Val = FormValue.getValue().getAsBlock()) { in dumpDebugInfo() local
186 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) in dumpDebugInfo() local
190 if (auto Val = FormValue.getValue().getAsCString()) in dumpDebugInfo() local
195 if (auto Val = FormValue.getValue().getAsUnsignedConstant()) { in dumpDebugInfo() local
209 if (auto Val = FormValue.getValue().getAsCStringOffset()) in dumpDebugInfo() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCExpr.cpp85 void HexagonMCExpr::setMustExtend(bool Val) { in setMustExtend()
91 void HexagonMCExpr::setMustNotExtend(bool Val) { in setMustNotExtend()
98 void HexagonMCExpr::setS27_2_reloc(bool Val) { in setS27_2_reloc()
114 void HexagonMCExpr::setSignMismatch(bool Val) { in setSignMismatch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSymbolELF.cpp46 unsigned Val; in setBinding() local
69 uint32_t Val = (getFlags() & (0x3 << ELF_STB_Shift)) >> ELF_STB_Shift; in getBinding() local
96 unsigned Val; in setType() local
129 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType() local
/external/llvm/lib/MC/
DMCSymbolELF.cpp45 unsigned Val; in setBinding() local
68 uint32_t Val = (getFlags() & (0x3 << ELF_STB_Shift)) >> ELF_STB_Shift; in getBinding() local
95 unsigned Val; in setType() local
126 uint32_t Val = (getFlags() & (0x7 << ELF_STT_Shift)) >> ELF_STT_Shift; in getType() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/GlobalISel/
DMachineIRBuilder.cpp239 MachineIRBuilderBase::buildConstant(unsigned Res, const ConstantInt &Val) { in buildConstant()
253 int64_t Val) { in buildConstant()
261 MachineIRBuilderBase::buildFConstant(unsigned Res, const ConstantFP &Val) { in buildFConstant()
268 double Val) { in buildFConstant()
300 MachineInstrBuilder MachineIRBuilderBase::buildStore(unsigned Val, in buildStore()
633 MachineIRBuilderBase::buildInsertVectorElement(unsigned Res, unsigned Val, in buildInsertVectorElement()
654 MachineIRBuilderBase::buildExtractVectorElement(unsigned Res, unsigned Val, in buildExtractVectorElement()
726 unsigned Addr, unsigned Val, in buildAtomicRMW()
747 unsigned Val, MachineMemOperand &MMO) { in buildAtomicRMWXchg()
753 unsigned Val, MachineMemOperand &MMO) { in buildAtomicRMWAdd()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZ.h145 static inline bool isImmLL(uint64_t Val) { in isImmLL()
150 static inline bool isImmLH(uint64_t Val) { in isImmLH()
155 static inline bool isImmHL(uint64_t Val) { in isImmHL()
160 static inline bool isImmHH(uint64_t Val) { in isImmHH()
165 static inline bool isImmLF(uint64_t Val) { in isImmLF()
170 static inline bool isImmHF(uint64_t Val) { in isImmHF()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DErrorOr.h231 pointer toPointer(pointer Val) { in toPointer()
235 const_pointer toPointer(const_pointer Val) const { return Val; } in toPointer()
237 pointer toPointer(wrap *Val) { in toPointer()
241 const_pointer toPointer(const wrap *Val) const { return &Val->get(); } in toPointer()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp278 ARMCC::CondCodes Val; member
282 unsigned Val; member
286 unsigned Val; member
294 ARM_MB::MemBOpt Val; member
298 ARM_PROC::IFlags Val; member
302 unsigned Val; member
315 unsigned Val; member
319 const MCExpr *Val; member
323 unsigned Val; // encoded 8-bit representation member
693 int64_t Val = Memory.OffsetImm->getValue(); in isAddrMode2() local
[all …]
/external/llvm/lib/IR/
DModule.cpp292 uint64_t Val = Behavior->getLimitedValue(); in isValidModFlagBehavior() local
315 Metadata *Val = Flag->getOperand(2); in getModuleFlagsMetadata() local
351 Metadata *Val) { in addModuleFlag()
359 Constant *Val) { in addModuleFlag()
363 uint32_t Val) { in addModuleFlag()
467 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("Dwarf Version")); in getDwarfVersion() local
474 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("CodeView")); in getCodeViewFlag() local
487 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIC Level")); in getPICLevel() local
501 auto *Val = cast_or_null<ConstantAsMetadata>(getModuleFlag("PIE Level")); in getPIELevel() local

12345678910>>...44