| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | ValueSymbolTable.cpp | 61 NewName.setValue(V); in reinsertValue() 82 Entry.setValue(V); in createValueName() 100 NewName.setValue(V); in createValueName()
|
| D | Value.cpp | 216 Name->setValue(this); in setName() 285 Name->setValue(this); in takeName() 296 Name->setValue(this); in takeName()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | FileManager.cpp | 200 NamedDirEnt.setValue(UDE); in addAncestorsAsVirtualDirs() 240 NamedDirEnt.setValue(NON_EXISTENT_DIR); in getDirectory() 262 NamedDirEnt.setValue(&UDE); in getDirectory() 288 NamedFileEnt.setValue(NON_EXISTENT_FILE); in getFile() 333 NamedFileEnt.setValue(&UFE); in getFile() 370 NamedFileEnt.setValue(NON_EXISTENT_FILE); in getVirtualFile() 391 NamedFileEnt.setValue(UFE); in getVirtualFile() 409 NamedFileEnt.setValue(UFE); in getVirtualFile()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 2024 setValue(&LP, Res); in visitLandingPad() 2734 setValue(&I, DAG.getNode(ISD::FNEG, getCurSDLoc(), in visitFSub() 2745 setValue(&I, DAG.getNode(OpCode, getCurSDLoc(), in visitBinary() 2777 setValue(&I, DAG.getNode(Opcode, getCurSDLoc(), in visitShift() 2791 setValue(&I, TM.getTargetLowering()->BuildExactSDIV(Op1, Op2, in visitSDiv() 2794 setValue(&I, DAG.getNode(ISD::SDIV, getCurSDLoc(), Op1.getValueType(), in visitSDiv() 2809 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Opcode)); in visitICmp() 2824 setValue(&I, DAG.getSetCC(getCurSDLoc(), DestVT, Op1, Op2, Condition)); in visitFCmp() 2849 setValue(&I, DAG.getNode(ISD::MERGE_VALUES, getCurSDLoc(), in visitSelect() 2858 setValue(&I, DAG.getNode(ISD::TRUNCATE, getCurSDLoc(), DestVT, N)); in visitTrunc() [all …]
|
| /freebsd-9-stable/contrib/llvm/include/llvm/ADT/ |
| D | PackedVector.h | 37 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 56 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 91 Vec.setValue(Vec.Bits, Idx, val);
|
| D | StringSet.h | 39 Entry.setValue('+'); in insert()
|
| D | StringMap.h | 135 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
| /freebsd-9-stable/contrib/llvm/lib/LTO/ |
| D | LTOModule.cpp | 218 entry.setValue(info); in addObjCClass() 226 entry.setValue(1); in addObjCClass() 260 entry.setValue(info); in addObjCCategory() 280 entry.setValue(info); in addObjCClassRef() 404 entry.setValue(1); in addDefinedSymbol() 429 entry.setValue(1); in addAsmGlobalSymbol() 483 entry.setValue(info); in addAsmGlobalSymbolUndef() 520 entry.setValue(info); in addPotentialUndefinedSymbol()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Support/ |
| D | CommandLine.h | 373 void setValue(const DT& /*V*/) {} in setValue() function 395 void setValue(const DataType &V) { Valid = true; Value = V; } in setValue() function 421 this->setValue(V); 426 this->setValue(V); 440 this->setValue(V); 443 setValue(V); 457 this->setValue(V); 460 setValue(V); 1075 void setValue(const T &V, bool initial = false) { 1100 void setValue(const T &V, bool initial = false) { [all …]
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | IdentifierTable.h | 461 Entry.setValue(II); in get() 469 Entry.setValue(II); in get() 501 Entry.setValue(II); in getOwn()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/TableGen/ |
| D | StringToOffsetTable.h | 34 Entry.setValue(AggregateString.size());
|
| /freebsd-9-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | MachineMemOperand.h | 177 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | Statistic.cpp | 107 Enabled.setValue(true); in EnableStatistics()
|
| D | Host.cpp | 713 Features.GetOrCreateValue(LLVMFeatureStr).setValue(true); in getHostCPUFeatures()
|
| /freebsd-9-stable/contrib/llvm/lib/MC/ |
| D | MCContext.cpp | 129 Entry.setValue(Sym); in GetOrCreateSymbol() 149 NameEntry->setValue(true); in CreateSymbol()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | GCMetadata.cpp | 80 StrategyMap.GetOrCreateValue(Name).setValue(S); in getOrCreateStrategy()
|
| D | LiveDebugVariables.cpp | 214 I.setValue(getLocationNo(LocMO)); in addDef() 408 I.setValue(KeepLoc); // Coalesce when possible. in coalesceLocation() 784 LocMapI.setValue(NewLocNo); in splitLocation()
|
| D | StackColoring.cpp | 540 MMO->setValue(0); in remapInstructions() 547 MMO->setValue(Allocas[AI]); in remapInstructions()
|
| D | StackSlotColoring.cpp | 317 RefMMOs[i]->setValue(NewSV); in ColorSlots()
|
| /freebsd-9-stable/contrib/llvm/include/llvm/IR/ |
| D | IntrinsicInst.h | 196 void setValue(Value *Val) { in setValue() function
|
| /freebsd-9-stable/contrib/llvm/utils/TableGen/ |
| D | CodeEmitterGen.cpp | 86 R->getValue("Inst")->setValue(NewBI); in reverseBits()
|
| D | CodeGenRegisters.cpp | 618 RV.setValue(ListInit::get(Tuple, RegisterRecTy)); in expand() 622 RV.setValue(BlankName); in expand() 626 RV.setValue(IntInit::get(CostPerUse)); in expand() 630 RV.setValue(BitInit::get(true)); in expand()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/ |
| D | ASTReaderStmt.cpp | 461 E->setValue(Reader.getContext(), Reader.ReadAPInt(Record, Idx)); in VisitIntegerLiteral() 468 E->setValue(Reader.getContext(), in VisitFloatingLiteral() 500 E->setValue(Record[Idx++]); in VisitCharacterLiteral() 1135 E->setValue(Record[Idx++]); in VisitObjCBoolLiteralExpr() 1285 E->setValue(Record[Idx++]); in VisitCXXBoolLiteralExpr()
|
| /freebsd-9-stable/contrib/llvm/patches/ |
| D | patch-r263312-llvm-r202930-fix-alloca-esi-clobber.diff | 148 setValue(&I, DSA);
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Expr.h | 1230 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function 1240 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1320 void setValue(unsigned Val) { Value = Val; } in setValue() function 1347 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1349 APFloatStorage::setValue(C, Val); in setValue()
|