Searched defs:V2 (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DFileUtilities.cpp86 double V1 = 0.0, V2 = 0.0; local
H A DStringMap.cpp160 StringMapEntryBase *V2 = RemoveKey(StringRef(VStr, V->getKeyLength())); local
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.h36 V1, V2, V3, V4, V5 enumerator in enum:llvm::HexagonSubtarget::HexagonArchEnum
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp146 evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt& V1, const llvm::APSInt& V2) argument
262 getPersistentSValPair(const SVal& V1, const SVal& V2) argument
[all...]
H A DExprEngineC.cpp885 DefinedSVal V2 = V2_untested.castAs<DefinedSVal>(); local
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp86 MVT::SimpleValueType V1 = LHSSrc->getType(0), V2 = RHSSrc->getType(0); local
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DAPSInt.h298 inline bool operator==(int64_t V1, const APSInt& V2) { argument
301 inline bool operator!=(int64_t V1, const APSInt& V2) { argument
H A DEquivalenceClasses.h215 member_iterator unionSets(const ElemTy &V1, const ElemTy &V2) { argument
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DConstantFolder.h220 Constant *CreateShuffleVector(Constant *V1, Constant *V2, argument
H A DTargetFolder.h244 Constant *CreateShuffleVector(Constant *V1, Constant *V2, argument
H A DNoFolder.h280 Instruction *CreateShuffleVector(Constant *V1, Constant *V2, argument
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DAliasAnalysisEvaluator.cpp133 << " <-> " << *V2 << '\n'; local
91 PrintResults(const char *Msg, bool P, const Value *V1, const Value *V2, const Module *M) argument
129 PrintLoadStoreResults(const char *Msg, bool P, const Value *V1, const Value *V2, const Module *M) argument
H A DBasicAliasAnalysis.cpp870 aliasGEP(const GEPOperator *GEP1, uint64_t V1Size, const MDNode *V1TBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo, const Value *UnderlyingV1, const Value *UnderlyingV2) argument
1049 aliasSelect(const SelectInst *SI, uint64_t SISize, const MDNode *SITBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo) argument
1083 aliasPHI(const PHINode *PN, uint64_t PNSize, const MDNode *PNTBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo) argument
1166 aliasCheck(const Value *V1, uint64_t V1Size, const MDNode *V1TBAAInfo, const Value *V2, uint64_t V2Size, const MDNode *V2TBAAInfo) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DAnalysis.cpp215 static bool sameNoopInput(const Value *V1, const Value *V2, argument
[all...]
H A DMachineModuleInfo.cpp246 void MMIAddrLabelMapCallbackPtr::allUsesReplacedWith(Value *V2) { argument
/freebsd-10.0-release/contrib/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp75 unsigned V0, V1, V2, GlobalBaseReg = MipsFI->getGlobalBaseReg(); local
/freebsd-10.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTX.h129 V2 = 2, enumerator in enum:llvm::NVPTX::PTXLdStInstCode::VecType
H A DNVPTXUtilities.cpp360 const Value *V2 = V->stripPointerCasts(); local
/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DAliasAnalysis.h181 AliasResult alias(const Value *V1, const Value *V2) { argument
198 bool isNoAlias(const Value *V1, const Value *V2) { argument
208 bool isMustAlias(const Value *V1, const Value *V2) { argument
175 alias(const Value *V1, uint64_t V1Size, const Value *V2, uint64_t V2Size) argument
192 isNoAlias(const Value *V1, uint64_t V1Size, const Value *V2, uint64_t V2Size) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp421 LoadInst *V2 = Builder->CreateLoad(SI->getOperand(2), local
H A DInstCombineShifts.cpp406 Value *V1, *V2; local
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h194 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
200 static BinaryOperator *CreateNSW(BinaryOps Opc, Value *V1, Value *V2, argument
206 CreateNSW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
213 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) argument
219 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
225 CreateNUW(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
232 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name = �) argument
238 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, BasicBlock *BB) argument
244 CreateExact(BinaryOps Opc, Value *V1, Value *V2, const Twine &Name, Instruction *I) argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp383 bool FunctionComparator::enumerate(const Value *V1, const Value *V2) { argument
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DConstantFold.cpp694 ConstantFoldSelectInstruction(Constant *Cond, Constant *V1, Constant *V2) argument
783 ConstantFoldShuffleVectorInstruction(Constant *V1, Constant *V2, Constant *Mask) argument
1270 evaluateFCmpRelation(Constant *V1, Constant *V2) argument
1334 evaluateICmpRelation(Constant *V1, Constant *V2, bool isSigned) argument
1636 APInt V2 = cast<ConstantInt>(C2)->getValue(); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp735 unsigned V2 = ARM_AM::getSOImmTwoPartSecond(MO1.getImm()); local

Completed in 232 milliseconds

12