Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-9-stable/contrib/llvm/include/llvm/MC/
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()
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()
/freebsd-9-stable/contrib/llvm/lib/Support/
DYAMLTraits.cpp667 void ScalarTraits<bool>::output(const bool &Val, void *, raw_ostream &Out) { in output()
671 StringRef ScalarTraits<bool>::input(StringRef Scalar, void *, bool &Val) { in input()
682 void ScalarTraits<StringRef>::output(const StringRef &Val, void *, in output()
688 StringRef &Val) { in input()
693 void ScalarTraits<uint8_t>::output(const uint8_t &Val, void *, in output()
700 StringRef ScalarTraits<uint8_t>::input(StringRef Scalar, void *, uint8_t &Val) { in input()
710 void ScalarTraits<uint16_t>::output(const uint16_t &Val, void *, in output()
716 uint16_t &Val) { in input()
726 void ScalarTraits<uint32_t>::output(const uint32_t &Val, void *, in output()
732 uint32_t &Val) { in input()
[all …]
/freebsd-9-stable/contrib/llvm/include/llvm/ADT/
DTwine.h289 explicit Twine(char Val) in Twine()
295 explicit Twine(signed char Val) in Twine()
301 explicit Twine(unsigned char Val) in Twine()
307 explicit Twine(unsigned Val) in Twine()
313 explicit Twine(int Val) in Twine()
319 explicit Twine(const unsigned long &Val) in Twine()
325 explicit Twine(const long &Val) in Twine()
331 explicit Twine(const unsigned long long &Val) in Twine()
337 explicit Twine(const long long &Val) in Twine()
374 static Twine utohexstr(const uint64_t &Val) { in utohexstr()
DValueMap.h112 bool count(const KeyT &Val) const { in count()
116 iterator find(const KeyT &Val) { in find()
119 const_iterator find(const KeyT &Val) const { in find()
125 ValueT lookup(const KeyT &Val) const { in lookup()
147 bool erase(const KeyT &Val) { in erase()
DScopedHashTable.h48 V Val; variable
107 void setLastValInScope(ScopedHashTableVal<K, V> *Val) { in setLastValInScope()
187 void insert(const K &Key, const V &Val) { in insert()
209 void insertIntoScope(ScopeTy *S, const K &Key, const V &Val) { in insertIntoScope()
DDenseMap.h103 bool count(const KeyT &Val) const { in count()
108 iterator find(const KeyT &Val) { in find()
114 const_iterator find(const KeyT &Val) const { in find()
127 iterator find_as(const LookupKeyT &Val) { in find_as()
134 const_iterator find_as(const LookupKeyT &Val) const { in find_as()
143 ValueT lookup(const KeyT &Val) const { in lookup()
190 bool erase(const KeyT &Val) { in erase()
333 static unsigned getHashValue(const KeyT &Val) { in getHashValue()
337 static unsigned getHashValue(const LookupKeyT &Val) { in getHashValue()
464 bool LookupBucketFor(const LookupKeyT &Val, in LookupBucketFor()
[all …]
DAPSInt.h57 void setIsUnsigned(bool Val) { IsUnsigned = Val; } in setIsUnsigned()
58 void setIsSigned(bool Val) { IsUnsigned = !Val; } in setIsSigned()
/freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZ.h79 static inline bool isImmLL(uint64_t Val) { in isImmLL()
84 static inline bool isImmLH(uint64_t Val) { in isImmLH()
89 static inline bool isImmHL(uint64_t Val) { in isImmHL()
94 static inline bool isImmHH(uint64_t Val) { in isImmHH()
99 static inline bool isImmLF(uint64_t Val) { in isImmLF()
104 static inline bool isImmHF(uint64_t Val) { in isImmHF()
/freebsd-9-stable/contrib/llvm/include/llvm/IR/
DGlobalVariable.h156 void setConstant(bool Val) { isConstantGlobal = Val; } in setConstant()
160 void setThreadLocal(bool Val) { in setThreadLocal()
163 void setThreadLocalMode(ThreadLocalMode Val) { threadLocalMode = Val; } in setThreadLocalMode()
171 void setExternallyInitialized(bool Val) { in setExternallyInitialized()
/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DErrorOr.h34 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible()
41 moveIfMoveConstructible(V &Val) { in moveIfMoveConstructible()
123 ErrorOr(T Val) : HasError(false) { in ErrorOr()
251 pointer toPointer(pointer Val) { in toPointer()
255 pointer toPointer(wrap *Val) { in toPointer()
/freebsd-9-stable/contrib/llvm/lib/Target/Mips/MCTargetDesc/
DMipsTargetStreamer.cpp40 void MipsTargetAsmStreamer::emitMipsHackSTOCG(MCSymbol *Sym, unsigned Val) { in emitMipsHackSTOCG()
61 void MipsTargetELFStreamer::emitMipsHackSTOCG(MCSymbol *Sym, unsigned Val) { in emitMipsHackSTOCG()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DContinuousRangeMap.h64 void insert(const value_type &Val) { in insert()
73 void insertOrReplace(const value_type &Val) { in insertOrReplace()
122 void insert(const value_type &Val) { in insert()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp339 ARMCC::CondCodes Val; member
343 unsigned Val; member
347 unsigned Val; member
355 ARM_MB::MemBOpt Val; member
359 ARM_ISB::InstSyncBOpt Val; member
363 ARM_PROC::IFlags Val; member
367 unsigned Val; member
388 unsigned Val; member
392 const MCExpr *Val; member
623 int64_t Val = CE->getValue(); in isUnsignedOffset() local
[all …]
/freebsd-9-stable/contrib/llvm/lib/Object/
DYAML.cpp24 const object::yaml::BinaryRef &Val, void *, llvm::raw_ostream &Out) { in output()
29 StringRef Scalar, void *, object::yaml::BinaryRef &Val) { in input()
/freebsd-9-stable/contrib/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp1098 static DecodeStatus DecodePredicateOperand(MCInst &Inst, unsigned Val, in DecodePredicateOperand()
1112 static DecodeStatus DecodeCCOutOperand(MCInst &Inst, unsigned Val, in DecodeCCOutOperand()
1121 static DecodeStatus DecodeSOImmOperand(MCInst &Inst, unsigned Val, in DecodeSOImmOperand()
1130 static DecodeStatus DecodeSORegImmOperand(MCInst &Inst, unsigned Val, in DecodeSORegImmOperand()
1167 static DecodeStatus DecodeSORegRegOperand(MCInst &Inst, unsigned Val, in DecodeSORegRegOperand()
1202 static DecodeStatus DecodeRegListOperand(MCInst &Inst, unsigned Val, in DecodeRegListOperand()
1239 static DecodeStatus DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeSPRRegListOperand()
1263 static DecodeStatus DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, in DecodeDPRRegListOperand()
1288 static DecodeStatus DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, in DecodeBitfieldMaskOperand()
1570 static DecodeStatus DecodeSORegMemOperand(MCInst &Inst, unsigned Val, in DecodeSORegMemOperand()
[all …]
/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprComplex.cpp329 void ComplexExprEmitter::EmitStoreOfComplex(ComplexPairTy Val, in EmitStoreOfComplex()
387 ComplexPairTy ComplexExprEmitter::EmitComplexToComplexCast(ComplexPairTy Val, in EmitComplexToComplexCast()
402 ComplexPairTy ComplexExprEmitter::EmitScalarToComplexCast(llvm::Value *Val, in EmitScalarToComplexCast()
638 RValue &Val) { in EmitCompoundAssignLValue()
689 RValue Val; in EmitCompoundAssign() local
704 ComplexPairTy &Val) { in EmitBinAssignLValue()
724 ComplexPairTy Val; in VisitBinAssign() local
848 ComplexPairTy Val = Emitter.Visit(const_cast<Expr*>(E)); in EmitComplexExprIntoLValue() local
866 ComplexPairTy Val; // ignored in EmitComplexAssignmentLValue() local
887 RValue Val; in EmitComplexCompoundAssignmentLValue() local
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp534 static DecodeStatus DecodeShiftRightImm8(MCInst &Inst, unsigned Val, in DecodeShiftRightImm8()
541 static DecodeStatus DecodeShiftRightImm16(MCInst &Inst, unsigned Val, in DecodeShiftRightImm16()
548 static DecodeStatus DecodeShiftRightImm32(MCInst &Inst, unsigned Val, in DecodeShiftRightImm32()
555 static DecodeStatus DecodeShiftRightImm64(MCInst &Inst, unsigned Val, in DecodeShiftRightImm64()
562 static DecodeStatus DecodeShiftLeftImm8(MCInst &Inst, unsigned Val, in DecodeShiftLeftImm8()
572 static DecodeStatus DecodeShiftLeftImm16(MCInst &Inst, unsigned Val, in DecodeShiftLeftImm16()
582 static DecodeStatus DecodeShiftLeftImm32(MCInst &Inst, unsigned Val, in DecodeShiftLeftImm32()
592 static DecodeStatus DecodeShiftLeftImm64(MCInst &Inst, unsigned Val, in DecodeShiftLeftImm64()
856 uint32_t Val, in DecodeLoadPairExclusiveInstruction()
892 unsigned Val, in DecodeNamedImmOperand()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Analysis/
DLazyValueInfo.cpp81 Constant *Val; member in __anon6eee502c0111::LVILatticeVal
277 raw_ostream &operator<<(raw_ostream &OS, const LVILatticeVal &Val) { in operator <<()
347 Value *Val; member
467 bool LazyValueInfoCache::hasBlockValue(Value *Val, BasicBlock *BB) { in hasBlockValue()
479 LVILatticeVal LazyValueInfoCache::getBlockValue(Value *Val, BasicBlock *BB) { in getBlockValue()
488 bool LazyValueInfoCache::solveBlockValue(Value *Val, BasicBlock *BB) { in solveBlockValue()
585 Value *Val, BasicBlock *BB) { in solveBlockValueNonLocal()
779 static bool getEdgeValueLocal(Value *Val, BasicBlock *BBFrom, in getEdgeValueLocal()
870 bool LazyValueInfoCache::getEdgeValue(Value *Val, BasicBlock *BBFrom, in getEdgeValue()
/freebsd-9-stable/contrib/llvm/include/llvm/Bitcode/
DBitstreamWriter.h121 void Emit(uint32_t Val, unsigned NumBits) { in Emit()
140 void Emit64(uint64_t Val, unsigned NumBits) { in Emit64()
157 void EmitVBR(uint32_t Val, unsigned NumBits) { in EmitVBR()
170 void EmitVBR64(uint64_t Val, unsigned NumBits) { in EmitVBR64()
188 void EmitCode(unsigned Val) { in EmitCode()
DBitCodes.h87 uint64_t Val; // A literal value or data for an encoding. variable
101 : Val(Data), IsLiteral(false), Enc(E) {} in Val() function
/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DRegisterCoalescer.cpp1328 struct Val { struct in __anon5bc5772a0211::JoinVals
1329 ConflictResolution Resolution;
1332 unsigned WriteLanes;
1336 unsigned ValidLanes;
1339 VNInfo *RedefVNI;
1342 VNInfo *OtherVNI;
1355 bool ErasableImplicitDef;
1359 bool Pruned;
1362 bool PrunedComputed;
1364 Val() : Resolution(CR_Keep), WriteLanes(0), ValidLanes(0), in Val() function
[all …]
/freebsd-9-stable/contrib/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp27 Value *Val = CXI->getNewValOperand(); in LowerAtomicCmpXchgInst() local
42 Value *Val = RMWI->getValOperand(); in LowerAtomicRMWInst() local
/freebsd-9-stable/contrib/llvm/lib/IR/
DCore.cpp461 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val) { in LLVMTypeOf()
465 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName()
469 void LLVMSetValueName(LLVMValueRef Val, const char *Name) { in LLVMSetValueName()
473 void LLVMDumpValue(LLVMValueRef Val) { in LLVMDumpValue()
477 char* LLVMPrintValueToString(LLVMValueRef Val) { in LLVMPrintValueToString()
537 LLVMValueRef LLVMGetOperand(LLVMValueRef Val, unsigned Index) { in LLVMGetOperand()
544 void LLVMSetOperand(LLVMValueRef Val, unsigned Index, LLVMValueRef Op) { in LLVMSetOperand()
548 int LLVMGetNumOperands(LLVMValueRef Val) { in LLVMGetNumOperands()
573 LLVMBool LLVMIsNull(LLVMValueRef Val) { in LLVMIsNull()
579 LLVMBool LLVMIsUndef(LLVMValueRef Val) { in LLVMIsUndef()
[all …]
/freebsd-9-stable/contrib/llvm/lib/Target/NVPTX/
DNVPTXUtilities.h71 while (T Val = va_arg(Args, T)) in make_vector() local

12345678910>>...12