Home
last modified time | relevance | path

Searched refs:InVTSize (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3040 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3041 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3049 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3112 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3113 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3121 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3142 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3143 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3151 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3216 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3217 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3225 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3142 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3143 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3151 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3216 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3217 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3225 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3328 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3329 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3337 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3443 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3444 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3452 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3328 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3329 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3337 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3443 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3444 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3452 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3328 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3329 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3337 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3443 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3444 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3452 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3356 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3357 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3365 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3517 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3518 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3526 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3328 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3329 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3337 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3443 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3444 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3452 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp3328 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorFP_TO_INT() local
3329 if (VTSize < InVTSize) { in LowerVectorFP_TO_INT()
3337 if (VTSize > InVTSize) { in LowerVectorFP_TO_INT()
3443 uint64_t InVTSize = InVT.getFixedSizeInBits(); in LowerVectorINT_TO_FP() local
3444 if (VTSize < InVTSize) { in LowerVectorINT_TO_FP()
3452 if (VTSize > InVTSize) { in LowerVectorINT_TO_FP()