Searched defs:Vals (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DAliasDebugger.cpp38 std::set<const Value*> Vals; member in class:__anon2071::AliasDebugger
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp85 readAbbreviatedLiteral(const BitCodeAbbrevOp &Op, SmallVectorImpl<uint64_t> &Vals) argument
92 readAbbreviatedField(const BitCodeAbbrevOp &Op, SmallVectorImpl<uint64_t> &Vals) argument
194 readRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, StringRef *Blob) argument
[all...]
H A DBitcodeReader.cpp1011 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { argument
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp108 getCompoundValData(QualType T, llvm::ImmutableList<SVal> Vals) argument
H A DRegionStore.cpp982 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); local
1132 const SValListTy &Vals = getInterestingValues(*LCS); local
2266 const RegionStoreManager::SValListTy &Vals = RM.getInterestingValues(*LCS); local
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp215 const std::vector<RecordVal> &Vals = R->getValues(); local
/freebsd-10.0-release/contrib/llvm/include/llvm/Bitcode/
H A DBitstreamWriter.h314 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, argument
[all...]
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DValue.h426 inline Value **unwrap(LLVMValueRef *Vals) { argument
431 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { argument
440 inline LLVMValueRef *wrap(const Value **Vals) { argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp115 SmallVector<SDValue, 8> Vals; local
H A DLegalizeVectorOps.cpp385 SmallVector<SDValue, 8> Vals; local
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTailDuplication.cpp375 AvailableValsTy Vals; local
H A DRegisterCoalescer.cpp1314 SmallVector<Val, 8> Vals; member in class:__anon2205::JoinVals
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DMetadata.cpp111 MDNode::MDNode(LLVMContext &C, ArrayRef<Value*> Vals, bool isFunctionLocal) argument
215 MDNode *MDNode::getMDNode(LLVMContext &Context, ArrayRef<Value*> Vals, argument
266 get(LLVMContext &Context, ArrayRef<Value*> Vals) argument
270 getWhenValsUnresolved(LLVMContext &Context, ArrayRef<Value*> Vals, bool isFunctionLocal) argument
276 getIfExists(LLVMContext &Context, ArrayRef<Value*> Vals) argument
280 getTemporary(LLVMContext &Context, ArrayRef<Value*> Vals) argument
[all...]
H A DCore.cpp561 LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef *Vals, argument
567 LLVMValueRef LLVMMDNode(LLVMValueRef *Vals, unsigned Count) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp595 SDValue Vals[] = { Out, SDValue(Val.getNode(), 1) }; local
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h358 static MCCFIInstruction createEscape(MCSymbol *L, StringRef Vals) { argument
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp151 SmallVector<unsigned, 64> Vals; local
520 SmallVector<unsigned, 64> Vals; local
636 const ValueEnumerator::ValueList &Vals = VE.getMDValues(); local
704 const SmallVector<const MDNode *, 8> &Vals = VE.getFunctionLocalMDValues(); local
776 emitSignedInt64(SmallVectorImpl<uint64_t> &Vals, uint64_t V) argument
783 EmitAPInt(SmallVectorImpl<uint64_t> &Vals, unsigned &Code, unsigned &AbbrevToUse, const APInt &Val, bool EmitSizeForWideNumbers = false ) argument
853 const ValueEnumerator::ValueList &Vals = VE.getValues(); local
1060 const ValueEnumerator::ValueList &Vals = VE.getValues(); local
1080 PushValueAndType(const Value *V, unsigned InstID, SmallVector<unsigned, 64> &Vals, ValueEnumerator &VE) argument
1095 pushValue(const Value *V, unsigned InstID, SmallVector<unsigned, 64> &Vals, ValueEnumerator &VE) argument
1102 pushValue64(const Value *V, unsigned InstID, SmallVector<uint64_t, 128> &Vals, ValueEnumerator &VE) argument
1109 pushValueSigned(const Value *V, unsigned InstID, SmallVector<uint64_t, 128> &Vals, ValueEnumerator &VE) argument
1118 WriteInstruction(const Instruction &I, unsigned InstID, ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<unsigned, 64> &Vals) argument
1538 SmallVector<unsigned, 64> Vals; local
1866 SmallVector<unsigned, 1> Vals; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp638 std::vector<Init*> Vals; local
1762 const std::vector<RecordVal> &Vals = R.getValues(); local
1765 OS << Vals[i]; local
1768 OS << Vals[i]; local
[all...]
H A DTGParser.cpp151 const std::vector<RecordVal> &Vals = SC->getValues(); local
1239 std::vector<Init*> Vals; local
1266 std::vector<Init*> Vals; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp709 SmallVector<Constant *, 4> Vals; local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1961 LeaderTableEntry Vals = LeaderTable[num]; local
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp427 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8581 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, local
8599 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, local
[all...]

Completed in 273 milliseconds