HomeSort by relevance Sort by last modified time
    Searched refs:EVT (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /frameworks/compile/slang/
slang_rs_export_type.cpp 131 const clang::ExtVectorType *EVT =
133 unsigned numElements = EVT->getNumElements();
135 const clang::Type *BaseElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT);
286 const clang::ExtVectorType *EVT =
289 if (EVT->getNumElements() < 2 || EVT->getNumElements() > 4)
293 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT);
509 const clang::ExtVectorType *EVT =
511 const clang::Type *ElementType = GET_EXT_VECTOR_ELEMENT_TYPE(EVT);
514 EVT->getNumElements() == 3 &
    [all...]
slang_rs_reflection_cpp.cpp 80 const RSExportVectorType *EVT =
83 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix
84 << EVT->getNumElement();
571 const RSExportVectorType *EVT =
573 slangAssert(EVT != NULL);
576 EVT->convertToRTD(&rtd);
582 << EVT->getNumElement() << " v) {";
591 ss << rtd.type->rs_c_vector_prefix << EVT->getNumElement() << " get_"
877 const RSExportVectorType *EVT
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 194 EVT DestType = Node->getValueType(0);
198 EVT MOVType;
245 EVT PtrVT = getTargetLowering()->getPointerTy();
286 EVT DestType = Node->getValueType(0);
291 EVT MemType;
328 EVT DestType = Node->getValueType(0);
367 EVT VT = AN->getMemoryVT();
477 EVT PtrTy = getTargetLowering()->getPointerTy();
497 EVT Ty = Node->getValueType(0);
AArch64ISelLowering.h 197 EVT getSetCCResultType(LLVMContext &Context, EVT VT) const;
259 virtual bool isFMAFasterThanFMulAndFAdd(EVT VT) const;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 178 virtual MVT getScalarShiftAmountTy(EVT LHSTy) const { return MVT::i32; }
198 EVT getSetCCResultType(LLVMContext &Context, EVT VT) const;
212 SDValue getGlobalReg(SelectionDAG &DAG, EVT Ty) const;
453 virtual EVT getOptimalMemOpType(uint64_t Size, unsigned DstAlign,
462 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
MipsSEISelLowering.cpp 128 MipsSETargetLowering::allowsUnalignedMemoryAccesses(EVT VT, bool *Fast) const {
338 static SDValue genConstMult(SDValue X, uint64_t C, SDLoc DL, EVT VT,
339 EVT ShiftTy, SelectionDAG &DAG) {
379 EVT VT = N->getValueType(0);
389 static SDValue performDSPShiftCombine(unsigned Opc, SDNode *N, EVT Ty,
413 EVT Ty = N->getValueType(0);
424 EVT Ty = N->getValueType(0);
436 EVT Ty = N->getValueType(0);
444 static bool isLegalDSPCondCode(EVT Ty, ISD::CondCode CC) {
463 EVT Ty = N->getValueType(0)
    [all...]
Mips16ISelDAGToDAG.cpp 45 Mips16DAGToDAGISel::selectMULT(SDNode *N, unsigned Opc, SDLoc DL, EVT Ty,
162 EVT ValTy = Addr.getValueType();
246 EVT NodeTy = Node->getValueType(0);
274 EVT VT = LHS.getValueType();
MipsISelLowering.cpp 77 SDValue MipsTargetLowering::getGlobalReg(SelectionDAG &DAG, EVT Ty) const {
83 EVT Ty = Op.getValueType();
104 EVT Ty = Op.getValueType();
115 EVT Ty = Op.getValueType();
130 EVT Ty = Op.getValueType();
141 EVT Ty = Op.getValueType();
414 EVT MipsTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const {
426 EVT Ty = N->getValueType(0);
543 EVT FalseTy = False.getValueType()
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 67 TargetLowering::LegalizeTypeAction getTypeAction(EVT VT) const {
72 bool isTypeLegal(EVT VT) const {
76 EVT getSetCCResultType(EVT VT) const {
154 SDValue CreateStackStoreLoad(SDValue Op, EVT DestVT);
155 bool CustomLowerNode(SDNode *N, EVT VT, bool LegalizeResult);
156 bool CustomWidenLowerNode(SDNode *N, EVT VT);
163 SDValue GetVectorElementPointer(SDValue VecPtr, EVT EltVT, SDValue Index);
171 SDValue PromoteTargetBoolean(SDValue Bool, EVT VT);
174 void SplitInteger(SDValue Op, EVT LoVT, EVT HiVT
    [all...]
SelectionDAGBuilder.cpp 93 MVT PartVT, EVT ValueVT, const Value *V);
102 unsigned NumParts, MVT PartVT, EVT ValueVT,
123 EVT RoundVT = RoundBits == ValueBits ?
124 ValueVT : EVT::getIntegerVT(*DAG.getContext(), RoundBits);
127 EVT HalfVT = EVT::getIntegerVT(*DAG.getContext(), RoundBits/2);
147 EVT OddVT = EVT::getIntegerVT(*DAG.getContext(), OddParts * PartBits);
155 EVT TotalVT = EVT::getIntegerVT(*DAG.getContext(), NumParts * PartBits)
    [all...]
FastISel.cpp 140 EVT RealVT = TLI.getValueType(V->getType(), /*AllowUnknown=*/true);
207 EVT IntVT = TLI.getPointerTy();
296 EVT IdxVT = EVT::getEVT(Idx->getType(), /*HandleUnknown=*/false);
358 EVT VT = EVT::getEVT(I->getType(), /*HandleUnknown=*/true);
735 EVT SrcVT = TLI.getValueType(I->getOperand(0)->getType());
736 EVT DstVT = TLI.getValueType(I->getType());
780 EVT SrcEVT = TLI.getValueType(I->getOperand(0)->getType());
781 EVT DstEVT = TLI.getValueType(I->getType())
    [all...]
TargetLowering.cpp 71 RTLIB::Libcall LC, EVT RetVT,
102 void TargetLowering::softenSetCCOperands(SelectionDAG &DAG, EVT VT,
184 EVT RetVT = getCmpLibcallReturnType();
284 EVT VT = Op.getValueType();
326 EVT SmallVT = EVT::getIntegerVT(*DAG.getContext(), SmallVTBits);
515 EVT VT = Op.getValueType();
530 EVT VT = Op.getValueType();
606 EVT VT = Op.getValueType();
620 EVT InnerVT = InnerOp.getValueType()
    [all...]
FunctionLoweringInfo.cpp 170 SmallVector<EVT, 4> ValueVTs;
173 EVT VT = ValueVTs[vti];
226 SmallVector<EVT, 4> ValueVTs;
231 EVT ValueVT = ValueVTs[Value];
275 SmallVector<EVT, 1> ValueVTs;
279 EVT IntVT = ValueVTs[0];
  /external/llvm/include/llvm/Target/
TargetCallingConv.h 127 InputArg(ArgFlagsTy flags, EVT vt, bool used,
154 OutputArg(ArgFlagsTy flags, EVT vt, bool isfixed,
TargetRegisterInfo.h 104 bool hasType(EVT vt) const {
106 if (EVT(VTs[i]) == vt)
309 getMinimalPhysRegClass(unsigned Reg, EVT VT = MVT::Other) const;
    [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelLowering.cpp 137 bool AMDGPUTargetLowering::isFAbsFree(EVT VT) const {
142 bool AMDGPUTargetLowering::isFNegFree(EVT VT) const {
215 EVT VT = Op.getValueType();
255 EVT VT = Op.getValueType();
267 EVT VT = Op.getValueType();
282 EVT VT = Op.getValueType();
343 EVT VT = Op.getValueType();
471 unsigned Reg, EVT VT) const {
SIISelLowering.cpp 101 bool SITargetLowering::allowsUnalignedMemoryAccesses(EVT VT,
109 SDValue SITargetLowering::LowerParameter(SelectionDAG &DAG, EVT VT,
115 EVT ArgVT = MVT::getIntegerVT(VT.getSizeInBits());
214 EVT VT = VA.getLocVT();
327 EVT SITargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const {
334 MVT SITargetLowering::getScalarShiftAmountTy(EVT VT) const {
355 EVT VT = Op.getValueType();
448 SmallVector<EVT, 4> Res;
504 EVT VT = Op.getValueType()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 106 EVT VT = Op.getValueType();
154 EVT VT = Op.getValueType();
167 EVT VT = Op.getValueType();
184 EVT VT = Op.getValueType();
315 unsigned Reg, EVT VT) const {
SIISelLowering.cpp 252 EVT SITargetLowering::getSetCCResultType(EVT VT) const
272 EVT VT = Op.getValueType();
334 EVT VT = Op.getValueType();
381 EVT VT = Op.getValueType();
396 EVT VT = N->getValueType(0);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 106 EVT VT = Op.getValueType();
154 EVT VT = Op.getValueType();
167 EVT VT = Op.getValueType();
184 EVT VT = Op.getValueType();
315 unsigned Reg, EVT VT) const {
SIISelLowering.cpp 252 EVT SITargetLowering::getSetCCResultType(EVT VT) const
272 EVT VT = Op.getValueType();
334 EVT VT = Op.getValueType();
381 EVT VT = Op.getValueType();
396 EVT VT = N->getValueType(0);
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 151 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
153 void getAddressOperands(const SystemZAddressingMode &AM, EVT VT,
259 SDValue convertTo(SDLoc DL, EVT VT, SDValue N);
532 EVT VT, SDValue &Base,
557 EVT VT, SDValue &Base,
784 SDValue SystemZDAGToDAGISel::convertTo(SDLoc DL, EVT VT, SDValue N) {
802 EVT VT = N->getValueType(0);
876 EVT VT = N->getValueType(0);
891 EVT VT = Node->getValueType(0);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 58 static SDValue getMOVL(SelectionDAG &DAG, SDLoc dl, EVT VT, SDValue V1,
66 EVT VT = Vec.getValueType();
67 EVT ElVT = VT.getVectorElementType();
69 EVT ResultVT = EVT::getVectorVT(*DAG.getContext(), ElVT,
124 EVT VT = Vec.getValueType();
125 EVT ElVT = VT.getVectorElementType();
126 EVT ResultVT = Result.getValueType();
164 static SDValue Concat128BitVectors(SDValue V1, SDValue V2, EVT VT,
171 static SDValue Concat256BitVectors(SDValue V1, SDValue V2, EVT VT
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 667 EVT PPCTargetLowering::getSetCCResultType(LLVMContext &, EVT VT) const {
    [all...]

Completed in 555 milliseconds

1 23 4 5