HomeSort by relevance Sort by last modified time
    Searched refs:VT (Results 151 - 175 of 213) sorted by null

1 2 3 4 5 67 8 9

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py 125 elif ch == curses.ascii.VT: # ^k
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py 125 elif ch == curses.ascii.VT: # ^k
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 614 auto VT = cast<VectorType>(Vec->getType());
616 VT->getElementType()->getPrimitiveSizeInBits() - 1)
637 unsigned VWidth = VT->getNumElements();
639 auto VTCI = ConstantInt::get(VT->getElementType(), Count->getZExtValue());
    [all...]
InstCombineVectorOps.cpp 218 if (VectorType *VT = dyn_cast<VectorType>(BCI->getOperand(0)->getType()))
219 if (VT->getNumElements() == VectorWidth)
    [all...]
  /external/llvm/include/llvm/IR/
Constants.h 538 explicit ConstantDataSequential(Type *ty, ValueTy VT, const char *Data)
539 : Constant(ty, VT, nullptr, 0), DataElements(Data), Next(nullptr) {}
    [all...]
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 534 unsigned getX86SubSuperRegister(unsigned Reg, MVT::SimpleValueType VT,
536 switch (VT) {
537 default: llvm_unreachable("Unexpected VT");
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp 66 if (VectorType *VT = dyn_cast<VectorType>(Op0->getType())) {
68 if (VT->getElementType() != Type::getInt1Ty(Op0->getContext()))
73 if (ET->getNumElements() != VT->getNumElements())
    [all...]
Constants.cpp     [all...]
Verifier.cpp 324 bool PerformTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, int VT,
    [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 380 QualType VT = S.Context.getExtVectorType(vecType->getElementType(), CompSize);
387 if ((*I)->getUnderlyingType() == VT)
391 return VT; // should never get here (a typedef type should always be found).
    [all...]
SemaInit.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp     [all...]
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 550 static void printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) {
551 OS << getEnumName(VT);
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp 438 QualType VT = variable->getType();
439 CharUnits size = C.getTypeSizeInChars(VT);
445 CGM.getTypes().ConvertTypeForMem(VT);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 464 VectorType *VT = cast<VectorType>(T);
467 TypeVals.push_back(VT->getNumElements());
468 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 371 VectorType *VT = cast<VectorType>(T);
374 TypeVals.push_back(VT->getNumElements());
375 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 327 VectorType *VT = cast<VectorType>(T);
330 TypeVals.push_back(VT->getNumElements());
331 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 332 VectorType *VT = cast<VectorType>(T);
335 TypeVals.push_back(VT->getNumElements());
336 TypeVals.push_back(VE.getTypeID(VT->getElementType()));
    [all...]
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 158 Mips16TargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 1603 milliseconds

1 2 3 4 5 67 8 9