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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DAliasDebugger.cpp38 std::set<const Value*> Vals; member in class:__anon10063::AliasDebugger
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/PerfectShuffle/
H A DPerfectShuffle.cpp158 static void PrintOperation(unsigned ValNo, unsigned short Vals[]) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DCodeEmitterGen.cpp212 const std::vector<RecordVal> &Vals = R->getValues(); local
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Bitcode/
H A DBitstreamWriter.h314 void EmitRecordWithAbbrevImpl(unsigned Abbrev, SmallVectorImpl<uintty> &Vals, argument
[all...]
H A DBitstreamReader.h470 ReadAbbreviatedLiteral(const BitCodeAbbrevOp &Op, SmallVectorImpl<uint64_t> &Vals) argument
477 ReadAbbreviatedField(const BitCodeAbbrevOp &Op, SmallVectorImpl<uint64_t> &Vals) argument
569 ReadRecord(unsigned AbbrevID, SmallVectorImpl<uint64_t> &Vals, const char *&BlobStart, unsigned &BlobLen) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCDwarf.h296 MCCFIInstruction(OpType Op, MCSymbol *L, StringRef Vals) argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp115 SmallVector<SDValue, 8> Vals; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DTailDuplication.cpp375 AvailableValsTy Vals; local
H A DRegisterCoalescer.cpp1277 SmallVector<Val, 8> Vals; member in class:__anon10192::JoinVals
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
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.cpp552 LLVMValueRef LLVMMDNodeInContext(LLVMContextRef C, LLVMValueRef *Vals, argument
558 LLVMValueRef LLVMMDNode(LLVMValueRef *Vals, unsigned Count) { argument
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DCore.h2706 inline Value **unwrap(LLVMValueRef *Vals) { argument
2711 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { argument
2720 inline LLVMValueRef *wrap(const Value **Vals) { argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Reader/
H A DBitcodeReader.cpp943 static APInt ReadWideAPInt(ArrayRef<uint64_t> Vals, unsigned TypeBits) { argument
/macosx-10.9.5/llvmCore-3425.0.33/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp153 SmallVector<unsigned, 64> Vals; local
482 SmallVector<unsigned, 64> Vals; local
585 const ValueEnumerator::ValueList &Vals = VE.getMDValues(); local
653 const SmallVector<const MDNode *, 8> &Vals = VE.getFunctionLocalMDValues(); local
725 EmitAPInt(SmallVectorImpl<uint64_t> &Vals, unsigned &Code, unsigned &AbbrevToUse, const APInt &Val, bool EmitSizeForWideNumbers = false ) argument
802 const ValueEnumerator::ValueList &Vals = VE.getValues(); local
1009 const ValueEnumerator::ValueList &Vals = VE.getValues(); local
1029 PushValueAndType(const Value *V, unsigned InstID, SmallVector<unsigned, 64> &Vals, ValueEnumerator &VE) argument
1042 WriteInstruction(const Instruction &I, unsigned InstID, ValueEnumerator &VE, BitstreamWriter &Stream, SmallVector<unsigned, 64> &Vals) argument
1448 SmallVector<unsigned, 64> Vals; local
1778 SmallVector<unsigned, 1> Vals; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DRecord.cpp611 std::vector<Init*> Vals; local
1755 const std::vector<RecordVal> &Vals = R.getValues(); local
1758 OS << Vals[i]; local
1761 OS << Vals[i]; local
[all...]
H A DTGParser.cpp152 const std::vector<RecordVal> &Vals = SC->getValues(); local
1241 std::vector<Init*> Vals; local
1268 std::vector<Init*> Vals; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DGVN.cpp1983 LeaderTableEntry Vals = LeaderTable[num]; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp418 GatherConstantCompares(Value *V, std::vector<ConstantInt*> &Vals, Value *&Extra, argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp8201 std::pair<SDValue,SDValue> Vals = FP_TO_INTHelper(Op, DAG, local

Completed in 345 milliseconds