Home
last modified time | relevance | path

Searched defs:PVT (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmTypeCheck.cpp93 auto PVT = Stack.pop_back_val(); in popType() local
106 auto PVT = Stack.pop_back_val(); in popRefType() local
139 auto PVT = Stack[Stack.size() - LastSig.Returns.size() + i]; in checkEnd() local
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp954 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
993 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand()
1010 SDValue DAGCombiner::ZExtPromoteOperand(SDValue Op, EVT PVT) { in ZExtPromoteOperand()
1041 EVT PVT = VT; in PromoteIntBinOp() local
1099 EVT PVT = VT; in PromoteIntShiftOp() local
1143 EVT PVT = VT; in PromoteExtend() local
1175 EVT PVT = VT; in PromoteLoad() local
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3183 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
3236 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp72 clang::QualType PVT = PVD->getOriginalType(); in GetRSRefCountingFunctions() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1108 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
1145 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand()
1162 SDValue DAGCombiner::ZExtPromoteOperand(SDValue Op, EVT PVT) { in ZExtPromoteOperand()
1193 EVT PVT = VT; in PromoteIntBinOp() local
1258 EVT PVT = VT; in PromoteIntShiftOp() local
1307 EVT PVT = VT; in PromoteExtend() local
1338 EVT PVT = VT; in PromoteLoad() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1286 SDValue DAGCombiner::PromoteOperand(SDValue Op, EVT PVT, bool &Replace) { in PromoteOperand()
1323 SDValue DAGCombiner::SExtPromoteOperand(SDValue Op, EVT PVT) { in SExtPromoteOperand()
1340 SDValue DAGCombiner::ZExtPromoteOperand(SDValue Op, EVT PVT) { in ZExtPromoteOperand()
1371 EVT PVT = VT; in PromoteIntBinOp() local
1439 EVT PVT = VT; in PromoteIntShiftOp() local
1488 EVT PVT = VT; in PromoteExtend() local
1519 EVT PVT = VT; in PromoteLoad() local
/aosp_15_r20/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8656 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
8794 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp7950 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
8490 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in lowerBuildVectorAsBroadcast() local
15046 MVT PVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64; in lowerShuffleAsLanePermuteAndShuffle() local
31497 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
31556 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
31698 MVT PVT = getPointerTy(MF->getDataLayout()); in emitLongJmpShadowStackFix() local
31874 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
31954 MVT PVT = getPointerTy(MF->getDataLayout()); in SetupEntryBlockForSjLj() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp9195 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
9741 MVT PVT = TLI.getPointerTy(DAG.getDataLayout()); in lowerBuildVectorAsBroadcast() local
17146 MVT PVT = VT.isFloatingPoint() ? MVT::v4f64 : MVT::v4i64; in lowerShuffleAsLanePermuteAndShuffle() local
36486 MVT PVT = getPointerTy(MF->getDataLayout()); in emitSetJmpShadowStackFix() local
36545 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
36687 MVT PVT = getPointerTy(MF->getDataLayout()); in emitLongJmpShadowStackFix() local
36868 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
36948 MVT PVT = getPointerTy(MF->getDataLayout()); in SetupEntryBlockForSjLj() local
41229 MVT PVT = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout()); in combineTargetShuffle() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10948 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
11080 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp5493 EVT PVT = LD->getValueType(0); in LowerAsSplatVectorLoad() local
23756 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
23888 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
23947 MVT PVT = getPointerTy(MF->getDataLayout()); in SetupEntryBlockForSjLj() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11943 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
12075 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local