Lines Matching refs:get
113 // Similarly, we can't get ASAN's checks unless we let it instrument our interpreter.
853 // This is a good approximation only for 0 <= x <= pi, so we use symmetries to get
893 // shift to 0...Pi, scale 1/Pi to get into 0...1, then fract, scale-up, shift-back
2637 llvm::FunctionType* fn_type = llvm::FunctionType::get(llvm::Type::getVoidTy(*ctx),
2667 *I1 = scalar ? i1 : llvm::VectorType::get(i1 , K, false ),
2668 *I8 = scalar ? i8 : llvm::VectorType::get(i8 , K, false ),
2669 *I16 = scalar ? i16 : llvm::VectorType::get(i16, K, false ),
2670 *I32 = scalar ? i32 : llvm::VectorType::get(i32, K, false ),
2671 *F32 = scalar ? f32 : llvm::VectorType::get(f32, K, false );
2699 llvm::ConstantVector::get(iota));
2714 case Op::splat: vals[i] = llvm::ConstantInt::get(I32, immA); break;
2837 llvm::Value* v = llvm::UndefValue::get(
2838 llvm::VectorType::get(f32, 4, false));
3020 ee = fImpl->llvm_ee.get(),
3096 // Might as well do this after setupLLVM() to get a little more time to compile.
3448 // before reusing its register, but sometimes even now we get a freebie.
3464 // I think we should be able to get away with N≤2 on x86-64 and N≤4 on arm64;
3595 // if we need this value in ARM, might as well just call r(v) to get it into a register.
4448 // Trimming that would let us pass '--visualize-jumps' and get the loop annotated.