Searched refs:setValue (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSet.h39 Entry.setValue('+');
H A DPackedVector.h37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { function in class:llvm::PackedVectorBase
91 Vec.setValue(Vec.Bits, Idx, val);
H A DStringMap.h127 void setValue(const ValueTy &V) { second = V; } function in class:llvm::StringMapEntry
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DValueSymbolTable.cpp61 NewName.setValue(V);
82 Entry.setValue(V);
100 NewName.setValue(V);
H A DValue.cpp217 Name->setValue(this);
286 Name->setValue(this);
297 Name->setValue(this);
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DStringToOffsetTable.h34 Entry.setValue(AggregateString.size());
H A DCodeEmitterGen.cpp86 R->getValue("Inst")->setValue(NewBI);
H A DCodeGenRegisters.cpp656 RV.setValue(ListInit::get(Tuple, RegisterRecTy));
660 RV.setValue(BlankName);
664 RV.setValue(IntInit::get(CostPerUse));
668 RV.setValue(BitInit::get(true));
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileManager.cpp279 NamedDirEnt.setValue(UDE);
309 NamedDirEnt.setValue(NON_EXISTENT_DIR);
330 NamedDirEnt.setValue(&UDE);
356 NamedFileEnt.setValue(NON_EXISTENT_FILE);
400 NamedFileEnt.setValue(&UFE);
437 NamedFileEnt.setValue(NON_EXISTENT_FILE);
458 NamedFileEnt.setValue(UFE);
476 NamedFileEnt.setValue(UFE);
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h174 /// setValue - Change the SourceValue for this MachineMemOperand. This
177 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } function in class:llvm::MachineMemOperand
/freebsd-10.0-release/contrib/llvm/lib/MC/
H A DMCContext.cpp121 Entry.setValue(Sym);
141 NameEntry->setValue(true);
262 Entry.setValue(Result);
289 Entry.setValue(Result);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DConstString.cpp74 GetStringMapEntryFromKeyData (key_ccstr).setValue(value_ccstr);
75 GetStringMapEntryFromKeyData (value_ccstr).setValue(key_ccstr);
127 GetStringMapEntryFromKeyData (mangled_ccstr).setValue(demangled_ccstr);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DStatistic.cpp107 Enabled.setValue(true);
H A DHost.cpp601 Features.GetOrCreateValue(LLVMFeatureStr).setValue(true);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1931 setValue(&LP, Res);
2630 setValue(&I, DAG.getNode(ISD::FNEG, getCurDebugLoc(),
2641 setValue(&I, DAG.getNode(OpCode, getCurDebugLoc(),
2673 setValue(&I, DAG.getNode(Opcode, getCurDebugLoc(),
2687 setValue(&I, TLI.BuildExactSDIV(Op1, Op2, getCurDebugLoc(), DAG));
2689 setValue(&I, DAG.getNode(ISD::SDIV, getCurDebugLoc(), Op1.getValueType(),
2704 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Opcode));
2719 setValue(&I, DAG.getSetCC(getCurDebugLoc(), DestVT, Op1, Op2, Condition));
2744 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurDebugLoc(),
2753 setValue(
[all...]
H A DSelectionDAGBuilder.h389 void setValue(const Value *V, SDValue NewN) { function in class:llvm::SelectionDAGBuilder
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCommandLine.h372 void setValue(const DT& /*V*/) {} function in struct:llvm::cl::OptionValueBase
394 void setValue(const DataType &V) { Valid = true; Value = V; } function in class:llvm::cl::OptionValueCopy
420 this->setValue(V);
425 this->setValue(V);
439 this->setValue(V);
442 setValue(V);
456 this->setValue(V);
459 setValue(V);
1074 void setValue(const T &V, bool initial = false) { function in class:llvm::cl::opt_storage
1099 void setValue(cons function in class:llvm::cl::opt_storage
1126 void setValue(const T &V, bool initial = false) { function in class:llvm::cl::opt_storage
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DIdentifierTable.h460 Entry.setValue(II);
468 Entry.setValue(II);
500 Entry.setValue(II);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DGCMetadata.cpp80 StrategyMap.GetOrCreateValue(Name).setValue(S);
H A DStackColoring.cpp538 MMO->setValue(0);
545 MMO->setValue(Allocas[AI]);
H A DLiveDebugVariables.cpp211 I.setValue(getLocationNo(LocMO));
403 I.setValue(KeepLoc); // Coalesce when possible.
775 LocMapI.setValue(NewLocNo);
H A DStackSlotColoring.cpp339 (*I)->setValue(NewSV);
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DIntrinsicInst.h196 void setValue(Value *Val) { function in class:llvm::MemSetInst
198 "setValue called with value of wrong type!");
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1230 void setValue(ASTContext &C, const llvm::APInt &Val) { setIntValue(C, Val); } function in class:clang::APIntStorage
1238 void setValue(ASTContext &C, const llvm::APFloat &Val) { function in class:clang::APFloatStorage
1318 void setValue(unsigned Val) { Value = Val; } function in class:clang::CharacterLiteral
1345 void setValue(ASTContext &C, const llvm::APFloat &Val) { function in class:clang::FloatingLiteral
1347 APFloatStorage::setValue(C, Val);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp459 E->setValue(Reader.getContext(), Reader.ReadAPInt(Record, Idx));
466 E->setValue(Reader.getContext(),
498 E->setValue(Record[Idx++]);
1125 E->setValue(Record[Idx++]);
1268 E->setValue(Record[Idx++]);

Completed in 396 milliseconds

12