/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmTypeCheck.cpp | 93 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 D | DAGCombiner.cpp | 954 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 D | SparcISelLowering.cpp | 3183 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local 3236 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 72 clang::QualType PVT = PVD->getOriginalType(); in GetRSRefCountingFunctions() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 1108 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 D | DAGCombiner.cpp | 1286 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 D | PPCISelLowering.cpp | 8656 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 D | X86ISelLowering.cpp | 7950 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 D | X86ISelLowering.cpp | 9195 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 D | PPCISelLowering.cpp | 10948 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 D | X86ISelLowering.cpp | 5493 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 D | PPCISelLowering.cpp | 11943 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjSetJmp() local 12075 MVT PVT = getPointerTy(MF->getDataLayout()); in emitEHSjLjLongJmp() local
|