| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 2895 setValue(&I, Res); in visitShift() 3186 setValue(&I, N); in visitAddrSpaceCast() 3594 setValue(&I, N); in visitGetElementPtr() 3645 setValue(&I, DSA); in visitAlloca() 3832 setValue(&I, L); in visitLoadFromSwiftError() 4200 setValue(&I, L); in visitAtomicCmpXchg() 4237 setValue(&I, L); in visitAtomicRMW() 4284 setValue(&I, L); in visitAtomicLoad() 5849 setValue(&I, in visitIntrinsicCall() 6230 setValue(&I, N); in visitIntrinsicCall() [all …]
|
| H A D | StatepointLowering.cpp | 885 setValue(ISP.getInstruction(), ReturnValue); in LowerStatepoint() 889 setValue(ISP.getInstruction(), DAG.getIntPtrConstant(-1, getCurSDLoc())); in LowerStatepoint() 923 setValue(Inst, ReturnVal); in LowerCallSiteWithDeoptBundleImpl() 953 setValue(&CI, CopyFromReg); in visitGCResult() 955 setValue(&CI, getValue(I)); in visitGCResult() 984 setValue(&Relocate, SD); in visitGCRelocate() 1007 setValue(&Relocate, SpillLoad); in visitGCRelocate()
|
| H A D | SelectionDAGBuilder.h | 700 void setValue(const Value *V, SDValue NewN) { in setValue() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | PackedVector.h | 38 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 57 static void setValue(BitVectorTy &Bits, unsigned Idx, T val) { in setValue() function 92 Vec.setValue(Vec.Bits, Idx, val);
|
| H A D | StringMap.h | 144 void setValue(const ValueTy &V) { second = V; } in setValue() function
|
| H A D | IntervalMap.h | 1554 void setValue(ValT x); 1714 iterator::setValue(ValT x) { in setValue() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 493 template <class DT> void setValue(const DT & /*V*/) {} in setValue() function 525 void setValue(const DataType &V) { in setValue() function 559 OptionValue(const DataType &V) { this->setValue(V); } 563 this->setValue(V); 577 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); } 580 setValue(V); 594 OptionValue(const std::string &V) { this->setValue(V); } 597 setValue(V); 1311 this->setValue(Val); 1345 this->setValue(V.getValue()); [all …]
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.cpp | 27 setValue(); in DbiModuleSourceFilesIterator() 102 setValue(); in operator +=() 118 void DbiModuleSourceFilesIterator::setValue() { in setValue() function in DbiModuleSourceFilesIterator
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ConstString.cpp | 68 GetStringMapEntryFromKeyData(key_ccstr).setValue(value_ccstr); in SetMangledCounterparts() 73 GetStringMapEntryFromKeyData(value_ccstr).setValue(key_ccstr); in SetMangledCounterparts() 137 GetStringMapEntryFromKeyData(mangled_ccstr).setValue(demangled_ccstr); in GetConstCStringAndSetMangledCounterPart()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | MachineMemOperand.h | 286 void setValue(const Value *NewSV) { PtrInfo.V = NewSV; } in setValue() function 287 void setValue(const PseudoSourceValue *NewSV) { PtrInfo.V = NewSV; } in setValue() function
|
| H A D | DIE.h | 191 void setValue(uint64_t Val) { Integer = Val; } in setValue() function
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiModuleList.h | 57 void setValue();
|
| /freebsd-12.1/contrib/llvm/lib/IR/ |
| H A D | Value.cpp | 266 getValueName()->setValue(this); in setNameImpl() 334 getValueName()->setValue(this); in takeName() 345 getValueName()->setValue(this); in takeName()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenRegisters.cpp | 685 RV.setValue(ListInit::get(Tuple, RegisterRecTy)); in expand() 689 RV.setValue(BlankName); in expand() 693 RV.setValue(IntInit::get(CostPerUse)); in expand() 697 RV.setValue(BitInit::get(true)); in expand()
|
| H A D | CodeGenTarget.cpp | 439 R->getValue("Inst")->setValue(NewBI); in reverseBitsForLittleEndianEncoding()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackSlotColoring.cpp | 371 RefMMOs[i]->setValue(NewSV); in ColorSlots()
|
| H A D | LiveDebugVariables.cpp | 275 I.setValue(Loc); in addDef() 979 LocMapI.setValue(OldLoc.changeLocNo(NewLocNo)); in splitLocation()
|
| H A D | StackColoring.cpp | 981 MMO->setValue(Allocas[AI]); in remapInstructions()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 574 E->setValue(Record.getContext(), Record.readAPInt()); in VisitIntegerLiteral() 580 E->setValue(Record.getContext(), Record.readAPInt()); in VisitFixedPointLiteral() 587 E->setValue(Record.getContext(), Record.readAPFloat(E->getSemantics())); in VisitFloatingLiteral() 631 E->setValue(Record.readInt()); in VisitCharacterLiteral() 1289 E->setValue(Record.readInt()); in VisitObjCBoolLiteralExpr() 1449 E->setValue(Record.readInt()); in VisitCXXBoolLiteralExpr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicInst.h | 380 void setValue(Value *Val) { in setValue() function
|
| /freebsd-12.1/contrib/llvm/lib/TableGen/ |
| H A D | Record.cpp | 1801 setValue(UnsetInit::get()); in RecordVal() 1809 bool RecordVal::setValue(Init *V) { in setValue() function in RecordVal 1900 if (Value.setValue(VR)) { in resolveReferences()
|
| H A D | TGParser.cpp | 147 if (ERV->setValue(RV.getValue())) in AddValue() 212 if (RV->setValue(V)) { in SetValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 1293 void setValue(const ASTContext &C, const llvm::APInt &Val) { in setValue() function 1303 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1430 void setValue(unsigned Val) { Value = Val; } in setValue() function 1462 void setValue(const ASTContext &C, const llvm::APFloat &Val) { in setValue() function 1464 APFloatStorage::setValue(C, Val); in setValue()
|
| H A D | ExprObjC.h | 95 void setValue(bool V) { Value = V; } in setValue() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Expr.cpp | 788 setValue(C, V); in IntegerLiteral() 811 setValue(C, V); in FixedPointLiteral() 838 setValue(C, V); in FloatingLiteral()
|